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 <[EMAIL PROTECTED]>
  
  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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to