On 5/5/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?
>
> Cheers
> B.
>
For this kind of automation, I think it really works best to just use
the command line client. Just download the normal subversion client
from subversion.tigris.org and use the svn command line client as its
based around no interactive prompts.
- Jody
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri May 5 17:18:18 2006