How do a branch/switch a single file?
From: Brian Huddleston <brianh_at_huddleston.net>
Date: 2005-05-04 00:02:01 CEST
The svn book mentions:
"In other words, if a user knows that the branch-work only needs to happen
I'm wondering exactly how you would go about switching a single file?
Assuming I have a working copy from svn+ssh://machine/trunk
a.txt
And I want to "branch" b.txt to
The svn book seems to imply that I can branch only that single b.txt file
So the branching operation seems easy:
svn cp b.txt svn+ssh://machine/user/bhuddleston/workspace
But how do I "switch" only b.txt to
Basically the desired behavior is that when I run svn up, a.txt and b.txt
I don't see the syntax in svn switch that allows you to specify a file
-Brian
---------------------------------------------------------------------
|
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.