[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Understanding PySvn – Where to start from?

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 27 Mar 2012 11:17:30 -0400

On Tue, Mar 27, 2012 at 11:03 AM, Pietro Moras <studio-pm_at_hotmail.com> wrote:
> In need to understand what PySvn is all about (so to compare it with
> Slik-Subversion I'm currently using), downloaded and installed
> py27-pysvn-svn173-1.7.6-1457.exe and pysvn-workbench-svn173-1.6.6-1460.exe,
> I haven't got a clue what to do next.
>
> Of course I'm badly in need of some initial break-ice support. Could any
> good soul be so kind to be of help?

There is no comparison.

SlikSVN is the Subversion command line binaries compiled for Windows.
There are many such distributions available, they are all identical
except for the packaging.

PySVN is a library that exposes the Subversion API as a Python API so
that you can write code that uses the Subversion API using Python.
The Python Workbench is a Python GUI client written by the author of
PySVN that uses PySVN to implement the calls to the SVN API.

You could compare the Python Workbench to other GUI SVN clients if you
wanted, such as TortoiseSVN.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2012-03-27 17:18:04 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.