Can't check out single file from branch - svn client bug?
From: David Faure <faure_at_kde.org>
Date: 2005-05-06 00:47:50 CEST
svn, version 1.2.0 (Release Candidate 2)
Please see the commands below: how does one "switch" to a single file from a branch, when
On a completely new repository, I create trunk, add a file, create a branch, add a file:
$ svn mkdir file:///mnt/big/svnroot/trunk
$ svn mkdir file:///mnt/big/svnroot/branches/mybranch
$ svn switch file:///mnt/big/svnroot/trunk
Now, I want file.cc and file-in-branch.txt together in this directory. Surely svn
But what's the command for achieving it? None of the commands below worked:
$ svn update file:///mnt/big/svnroot/branches/mybranch/file-in-branch.txt
If the file existed in both dirs, a simple svn switch would work... but why does it
I believe this command should be the one that works:
-- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri May 6 00:49:44 2005 |
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.