Re: reposurgeon now writes Subversion repositories
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 1 Dec 2012 13:15:13 +0200
Alan Barrett wrote on Sat, Dec 01, 2012 at 12:05:48 +0300:
Server-side implementation, independent of RA method: (via brane)
import sys
FULLNAMES = {
reposdir, txnname = sys.argv[1:3]
repos = svn_repos_open(reposdir, None)
Alternative server-side implementation (via markphip):
Alternative server-side implementation (via breser):
Client-side implementation (via danielsh):
|
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.