Hello All,
I'm not sure if this question has been answered before (I could not
find anything in the mailing list archives) so please excuse me if it
has.
I was starting some work on my local SVN repository - trying to access
it via Python, similar to what ViewVC or Trac do. I followed the intro
to the API at http://jtauber.com/python_subversion_binding/ but am now
stuck at trying to figure out a way to get the directory listing for
the ROOT. All I want to know is how to get a full listing of folders
or files under a given path (for example, if my repository resides
under /opt/svn/repos, I want python to return me a list of items under
that folder). This might be trivial to do, but I have been unable to
figure it out for the past couple of days. Some help would be greatly
appreciated.
Best,
R
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-24 17:01:41 CET