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

RE: svn move

From: Derek Mahar <DMahar_at_penson.ca>
Date: 2004-03-31 16:52:31 CEST

What is your repository layout? Display the layout with 'svnlook tree
/var/svn/project'. Do you want to change the structure in a working
copy or in the repository directly?

'svn [move|mv|rename|ren]' can move a file or directory in a working
copy or directly in the repository. A move in a working copy schedules
the move for the next commit and a move in the repository commits the
move immediately.

Working Copy
  svn move /working/copy/path/source /working/copy/path/destination

Repository
  svn move --message "message" http://localhost/repository/path/source
http://localhost/repository/path/destination

Using --revision, you may select a specific repository revision in which
the source URL exists. Without --revision, 'svn move' searches for the
source URL in the most recent repository revision.

Derek

-----Original Message-----
From: Michael Wiedmann [mailto:mw@miwie.in-berlin.de]
Sent: March 30, 2004 1:36 PM
To: SVN Users ML
Subject: svn move

I have setup a repository "/var/svn/project" and didn't pay enough
attention to the repo layout (all files are in /var/svn/project). Now I
want to change the repo layout according to one of the examples in the
SVN book:

  project/
    trunk/
    branches/
    tags/

I understand that this can be accomplished using a series of
"svn move ..." commands but was not able to find the necessary commands.

TIA
Michael

-- 
mw_at_miwie.in-berlin.de                              http://www.miwie.org
mw@miwie.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. 
AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite.  Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement l’expéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt d’erreur puisque les informations qu’il contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.  
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 31 16:53:35 2004

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.