Re: [NAnt-users] replacement

2006-03-09 Thread Gert Driesen
> - Original Message - > From: "Chekan, Vadim" <[EMAIL PROTECTED]> > To: > Sent: Thursday, March 09, 2006 3:18 AM > Subject: [NAnt-users] replacement > > Hello there! > > I'm porting my scripts from ant and have a question how to p

Re: [NAnt-users] replacement

2006-03-08 Thread si
Hi Chekan, > Any advises? What about trying... peace si --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime develope

[NAnt-users] replacement

2006-03-08 Thread Chekan, Vadim
Hello there! I'm porting my scripts from ant and have a question how to port task. What it does is execute "svn up" if sources already exist and execute "svn co" if not. What I have: ... What I'm trying to do is: But then i