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

Re: Moving folder to another rep

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2006-10-25 13:25:36 CEST

On 10/25/2006 7:09 AM, Paulo J. Matos wrote:
> Ryan and Duncan, it seems to be you're both assuming I'm the admin of
> the svn repository, right?
> However, I'm not. I have a project at sourceforge and I would like to
> move it to my departments repository. I'm obviously not admin in any
> of them.
>
> Any way to do this?

That's harder. I think you can do it with svk: make a local copy of
the repository, and then load the changes from that, but that isn't
really the way svk is designed to be used, so maybe not.

Or you could write a horrible script to update from one repos, rsync to
a working copy checked out from the other, and commit: but I wouldn't
try that.

I think you'll need help from your department's admin. And you should
expect revision numbers to change, so log messages will refer to the
wrong revs.

Why not just set up a repository in your own account? There isn't a lot
of advantage to having a lot of different projects in one repository.
The only ones I can think of is that it makes it easy to copy code from
one to another, and backup is a bit simpler.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 25 13:26:35 2006

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.