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

Re: A simple build script question

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-09-11 19:10:22 CEST

On Sep 10, 2006, at 16:01, Mark A. Keenan wrote:

> svn co svn://machine:port/project/trunk c:\project -N
>
> svn co svn://machine:port/project/trunk/script c:\project\script

I think you want:

svn co svn://machine:port/project/trunk c:\project -N
cd c:\project
svn up script

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 11 20:06:58 2006

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.