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

Re: How to import a local repository to a remote location?

From: Martin Scharrer <mailinglists_at_madmarty.de>
Date: 2006-12-14 10:51:44 CET

Hi Stefan,

On Wednesday 13 December 2006 17:43, Stefan Langer wrote:
> Are there any tools out there that allow me to move the repository from
> my local location to the remote location without having to access the
> repository at the file level?
I do not know about such a tool but it would not be so difficult to write one
in Perl.
Do you would like to preserve the exact date, author name and log message of
the original commit?

Log messages are no problem but the other two need access rights to change
revision properties.which needs a present pre-revprop-change hook. For this
you need again someone with file level access to the repository or you life
with different author and date entries.
But original author and date could also be added to the log message.

Tell me what you exact need and I might code a little script just for fun.
Best,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 14 10:53:31 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.