Re: remote development optimization
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-13 19:26:09 CET
On Jan 13, 2006, at 16:43, Bosnjak Zoran ITWEP1 wrote:
> May I copy or move a "working copy" and then use it normaly (as if I
Yes, that's fine. I do this when I already have a working copy, and
$ svn cp -RPp trunk trunk2
In the new copy, I revert the changes I was making:
$ svn revert -R trunk2
And then I update it to make sure I'm at the latest version.
$ svn up trunk2
Then I can start working on the second task in trunk2 without
You don't need to run "svn up" if you're already at the most recent
---------------------------------------------------------------------
|
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.