Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2008 09:29:44 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/pysvn Makefile distinfo pkg-descr
Message-ID:  <200804270929.m3R9Tjhq042338@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2008-04-27 09:29:44 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pysvn          Makefile distinfo pkg-descr 
  Log:
  The pysvn module is a python interface to the Subversion version control
  system. This API exposes client interfaces for managing a working copy,
  querying a repository, and synchronizing the two.
  
  This API cannot create new repositories; it can only interact with existing
  repositories. If you need to create a repository, use the svnadmin command
  from Subversion.
  
  Using the API, you can check out a working copy, add, edit, and remove working
  files, and check in, compare, or discard your changes. Repository properties
  such as keyword expansion, end of line characters, and ignore lists can also
  be examined and manipulated.
  
  WWW: http://pysvn.tigris.org/
  
  PR:             ports/122986
  Submitted by:   Attila Nagy <bra@fsn.hu>
  
  Revision  Changes    Path
  1.3051    +1 -0      ports/devel/Makefile
  1.1       +47 -0     ports/devel/pysvn/Makefile (new)
  1.1       +3 -0      ports/devel/pysvn/distinfo (new)
  1.1       +14 -0     ports/devel/pysvn/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804270929.m3R9Tjhq042338>