[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: gcc source management requirements

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-10 14:23:35 CET

Robert North <aqh4uyrs3e02@sneakemail.com> writes:

> 2. Branching At present, I don't think you can make a branch and
> commit to it, if your sandbox is on the trunk and the sandbox
> contains modifications.

Sneaky trick:

Suppose I have a working copy of /trunk, with local mods.

$ svn switch http://host/branches/some-branch
# (wc is updated to reflect new location, mods are preserved.)
$ svn commit
$ svn switch http://host/trunk

:-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 14:26:17 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.