[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: Luca Ferrari <fluca1978_at_infinito.it>
Date: 2007-10-17 12:21:25 CEST

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
Received on Wed Oct 17 12:21:54 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.