Troy Curtis Jr wrote:
> Hello all,
>
> I am attempting to convert my the RCS repository that we use at work
> over to subversion. I was able to successfully use cvs2svn (with a
> couple of tweaks) and got all of our changes into the shiny new
> subversion repo. The first issue is that it ballooned a ~1GB RCS
> repository to ~2GB, but we can deal with that...especially since it
> took us 12 years or so to get the first 1GB. Also, the HEAD revision
> is 60202, so there are a lot of commits.
>
> The main problem is checkout times, which are sitting at 5.5 minutes
> over LAN. I can get the same code down to 1.5 minutes (which matches
> our current method) if I export the HEAD revision and import it into a
> brandnew repo. Now, I am using FSFS which I know has longer checkouts
> because it must go through all the diffs back to the original version
> of each file.
No it doesn't.
At most, it goes through log(N).
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 7 02:15:00 2006