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

Re: [PATCH] addcommand line option to svn-backup-dumps.py to specify svnadmin and svnlook paths

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 24 Oct 2009 13:22:54 +0200 (Jerusalem Standard Time)

Senthil Kumaran S wrote on Sat, 24 Oct 2009 at 12:41 +0530:
> --svnadmin-path=/home/stylesen/work/builds/pure-trunk-neon/bin/svnadmin
> --svnlook-path=/home/stylesen/work/builds/pure-trunk-neon/bin/svnlook

Won't it always be necessary to provide either both of these or neither of
them? In that case it might be better to have just one arg, e.g.,

    --svn-path=/home/stylesen/work/builds/pure-trunk-neon/bin

and then

    svnadmin_path = os.path.join(svn_path, 'svnadmin')
    svnlook_path = os.path.join(svn_path, 'svnlook')

in the script.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2411019
Received on 2009-10-24 13:23:11 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.