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

AW: how can I change svn path completly?

From: Tom Wieczorek <TWieczorek_at_idgmbh.de>
Date: 2004-06-03 16:39:03 CEST

You aren't losing any revision by simply committing some changes to your
repository.
The problem is that the file http://svn/yyy/somefile simply doesn't exist in
"old_revision", so you cannot update your local copy to that rev. Instead,
you can switch this file to the old URL via

svn switch -r "old_revision" http://svn/xxx/somefile somefile

bye
Tom

-----Ursprüngliche Nachricht-----
Von: Junedong Kim [mailto:june8th@ahnlab.com]
Gesendet: Donnerstag, 3. Juni 2004 02:05
An: M; Subversion User Liste (E-Mail)
Betreff: Re: how can I change svn path completly?

I see.
It is obvious that I can not update to old revision after modifying
pathname, though I can see old logs.
Well then, is there any way to rename pathname without losing old revisions?
with CVS, I can change cvs pathname by manipulating cvsroot directory
structure.

----- Original Message -----
From: "M" <marcus.rohrmoser@gmx.de>
To: "Subversion User Liste (E-Mail)" <users@subversion.tigris.org>
Sent: Wednesday, June 02, 2004 6:28 PM
Subject: Re: how can I change svn path completly?

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> | I want to modify path name, not to move repository itself.
> | In my example, http://SVN is repository, and 'xxx' is a pathname and
> 'yyy' is another pathname
>
> What's wrong with
> svn mv http://SVN/xxx http://SVN/yyy
> ?
>
> When updating to old revisions don't forget you cannot update a WC
> folder to a revision before it's 'birth'.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFAvZ2oXjHhiL8/upYRAvwcAJ0e0UP/dBXrqbHJxau0XQK0vrQb7wCg2f3X
> RlMUyihkBV6X1ix9PEa3zIs=
> =7Gu0
> -----END PGP SIGNATURE-----
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 3 17:22:26 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.