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

Re: Subversion and ClearCase

From: Christopher Ness <chris_at_nesser.org>
Date: 2004-11-24 14:07:01 CET

On Wed, 2004-11-24 at 07:30, Akemi Adachi wrote:
> We downloaded the scripts and tried to use. Unfortunatelly, our
> operating system is Windows 2000, then we changed some lines of the
> script.
> There was some problems, because Windows donĀ“t accept to execute two
> commands separeted with ";". For example :
> "cd dir1 ; svn commit... ".

If this is what is holding you back I'd suggest creating a batch file or
a perl script for each set of commands that are separated by
semi-colons.

If they are separated by &&'s then it becomes more difficult. You will
have to check the return value of the first program to see if it was
successful or not, if it was execute the next command.

HTH's,
Chris

Received on Wed Nov 24 14:09:15 2004

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.