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

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

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: Sat, 24 Oct 2009 14:23:26 +0900

Hi.

I added the feature to specify svnadmin and svnlook paths
by command line options.

[[[
   add two command line options, --svnadmin-path and --svnlook-path
   to svn-backup-dumps.py

   When --svnlook-path option is specified, use the parameter as
   svnlook path to get the youngest revision of a repository.

   When --svnadmin-path option is specified, use the parameter as
   svnadmin path to dump a repository.

   * tools/server-side/svn-backup-dumps.py
     (SvnBackup.__init__): add two member variables, __svnadmin_path and
                           __svnlook_path to hold command line parameters
     (SvnBackup.get_head_rev): use the member variable __svnlook_path instead
                               of contant string "svnlook".
     (SvnBackup.create_dump): use the member variable __svnadmin_path instead
                               of contant string "svnadmin".
   ]]]

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2410830

Received on 2009-10-24 07:23:46 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.