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

Re: move project_folder to trunk/project_folder

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-05-02 17:41:03 CEST

Achim Domma (Procoders) wrote:
> I have started a project in a folder .../project_folder. Reorganizing my
> repository, I want to have the usuall structure
> .../project_folder/trunk, tags and branches. What's the best way to move
> project_folder to project_folder/trunk? A simple move does not work,
> because project_folder can not be moved to itself.

move project_folder trunk
mkdir project_folder
move trunk project_folder

or

mkdir project_folder/trunk
move project_folder/(all except trunk) trunk

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 17:42:11 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.