[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 20:18:16 CEST

On Sep 11, 2006, at 19:56, 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
>
> 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?

That's correct. If you want the whole folder then why not just check
it out normally?

svn co svn://machine:port/project/trunk c:\project

---------------------------------------------------------------------
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:51:17 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.