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

Re: Running hot-backup.py on Windows Server 2003

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-01-27 22:00:48 CET

Ryan E Taylor schrieb:

> I then modified
> svnlook = "@SVN_BINDIR@/svnlook"
> svnadmin = "@SVN_BINDIR@/svnadmin"
>
> to be
> svnlook = "svnlook"
> svnadmin = "svnadmin"

Just a guess, try
> svnlook = "svnlook.exe"
> svnadmin = "svnadmin.exe"

or something like
> svnlook = "c:\program files\subversion\bin\svnlook.exe"
> svnadmin = "c:\program files\subversion\bin\svnadmin.exe"

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 27 22:03:22 2005

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

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