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

Re: Reconstruct repository from checkouts?

From: Arpad Ilia <iarpad_at_inf.u-szeged.hu>
Date: Tue, 3 Aug 2010 09:18:19 +0200

> Hello!
>
> I'm curious: Is it somehow possible, to "reconstruct" a Subversion
> repository, if all you have is a checked out directory? I mean, does
> such a check out hold enough information reg. who did what and
> when in the past? Does it also hold information about what (ie. diffs)
> has changed?

I think a working copy only stores the HEAD revision locally (so it can tell the changes that needs to be commited), so I don't think you can recreate a repository from a working copy.
You may be able to import it to a new repository but it would not contain the history (it would be at revision 1).
As far as I know only distributed version control systems store the whole repository history locally.

Arpad Ilia

>
> Best regards,
>
> Alexander
> --
> ↯ Lifestream (Twitter, Blog, …) ↣ http://alexs77.soup.io/
> ↯ Chat (Jabber/Google Talk) ↣ a.skwar_at_gmail.com , AIM: alexws77 ↯
Received on 2010-08-03 09:19:01 CEST

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.