How to update a single file to HEAD revision?
From: Ganssauge, Gottfried <Gottfried.Ganssauge_at_haufe.de>
Date: 2006-01-26 11:04:18 CET
I'm trying to update a single file in a sandbox checked out from a
To illustrate my point please consider the following sequence of
svn mkdir -m "Create BRANCH_1" $testrepurl/branches/BRANCH_1
svn co $testrepurl/branches/BRANCH_1/x BRANCH
cd TRUNK
cd BRANCH
This produces the following output
Committed revision 1.
Committed revision 2.
Committed revision 3.
Committed revision 4.
Committed revision 6.
Committed revision 7.
--- > 4 I would have expected to see no difference between the file generated by "svn update -rHEAD" in the BRANCH directory and the file in TRUNK. Cheers, Gottfried --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Jan 26 11:05:39 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.