[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: Mark A. Keenan <keenan_at_p2sol.com>
Date: 2006-09-11 19:56:54 CEST

Ryan,

Thank you for responding to my post. I agree that there is no reason for
a second "svn co" command since an initial checkout was already done at
a higher level.

I believe the commands you have given would indeed checkout the script
folder. The problem is that a subsequent "svn up" in the "project"
folder would not update the other folders since the "-N" option is
sticky. The end result is that the build script would not checkout the
source code.

At least that's the behavior I've observed. Do you agree?

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2006c@ryandesign.com]
Sent: Monday, September 11, 2006 12:10 PM
To: Mark A. Keenan
Cc: users@subversion.tigris.org
Subject: Re: A simple build script question

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:41:37 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.