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

Re: create trunk for an existing rep

From: Troy Curtis Jr <troycurtisjr_at_gmail.com>
Date: 2007-10-17 13:07:52 CEST

On 10/17/07, Luca Ferrari <fluca1978@infinito.it> wrote:
> On Wednesday 17 October 2007 Micah Elliott's cat, walking on the keyboard,
> wrote:
> > cd ~/sandbox
> > svn checkout file://path/to/repo tmpwc
> > cd tmpwc
> > svn mkdir trunk
> > for f in *; do svn mv $f trunk; done
> > svn mkdir branches tags
> > svn commit -m "Finally got organized!"
>
>
> Doing the above, is then necessary a checkout or just an update from other
> users?
>
> Luca
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

I think that you should be able to "switch" your working copy:

svn switch <old url> <new url>

-- 
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 17 13:08:19 2007

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.