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

Re: Automating an export procedure

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-05-05 19:37:49 CEST

On 5/5/06, Milen A. Radev <milen@radev.net> wrote:
> On 05/05/06, dd dd <bowler_bowler@hotmail.co.uk> wrote:
> > Hi there,
> >
> > I'm trying to automate my svn update and export procedure so i can leave it
> > running over night whilst i'm not at work. Therefore there can't be any
> > user interaction.
> >
> > So far i have a batch file that is scheduled to run at midnight each day.
> > The batch file contains this:
> >
> > TortoiseProc.exe /command:update /path:"C:\SVNwork\project\lib" /notempfile
> > /closeonend:1
> >
> > I also want to export the updated repository to a different directory. So i
> > plan on doing this:
> >
> > TortoiseProc.exe /command:export /path:"C:\exportdir" /notempfile
> > /closeonend:1
> >
> > However, this doesn't seem to work for me. It throws up the usual
> > TortoiseSVN export gui and asks me to input some stuff, which i can't do
> > cause this process is automated.
> >
> > Anyone see what i'm doing wrong or knows how to fix this?
>
> You are using the wrong tool for the job. TSVN is a GUI client. More
> appropriate in your situation would be the CLI client. Please download
> the native SVN comman-line client for windows at
> http://subversion.tigris.org/.

The OP has stated on the SVN users list that it's "impossible" for him
to use the CLI client, but he can write batch files using
TortoiseProc. I don't comprehend this, as it is quite possible to
install svn as a non-Admin user on WinXP at least (just not in Program
Files, and without the ability to modify the global PATH).

From what I could tell from the documentation I found online, one
can't export from a URL via TortoiseProc, the source has to be a local
path. But I hope I'm wrong.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri May 5 19:37:57 2006

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

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