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

RE: Extracting old revisions after a project has moved in the repository

From: Paul Spain <PaulSpain_at_flagship.com.au>
Date: 2004-06-23 09:22:23 CEST

Sorry, I should have added:
Using subversion v1.0.6 on remote repository (Windows XP Pro SP1)
Using subversion v1.0.1 on local repository in illustrated example
(Windows XP Pro SP1)

Thanks, Paul.

>
> We have a repository which originally looked like:
> file:///c:/repository/myProject
>
> We now have a requirement for branches and tags, so I created 'trunk',
> 'branch' and 'tags' directories and moved myProject below trunk, viz:
>
> svn -m"creating trunk" mkdir file:///c:/repository/trunk
> svn -m"moving below trunk" move file://c:/repository/myProject

PS Also, typo in above line. Should be: svn -m"moving below trunk" move
file:///c:/repository/myProject

> file:///c:/repository/trunk/myProject
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 23 09:24:08 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.