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

Re: svn_python SWIG bindings & dump file format

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 16 Sep 2009 22:16:47 +0300 (Jerusalem Daylight Time)

Wrong list, this should be on users@.

However,

Ryan Heniser wrote on Wed, 16 Sep 2009 at 16:49 +0100:
> >>> repository = repos.open('/mpc/devel/ryan-he/dev/svn/.svn')

Wrong usage, try

    svnadmin create /path/to/foo
    repos.open('/path/to/foo')

(hint: you never pass a .svn folder as the explicit target of anything)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2395712
Received on 2009-09-16 21:17:19 CEST

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

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