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