I'm migrating our FishEye SVN repository projects to Bitbucket/Git repositories. The recommendation of <2GB is in https://go-dvcs.atlassian.com/display/aod/Migration+Introduction
Is this 2GB 'size':
- The size of the SVN server deployment (e.g. a 'du' on the SVN server filesystem including the database of revision etc.)?
- The size of the SVN backup dump?
- The size on disk of project trunks when I've checked them all out?
Please advise which, and how I measure it.
Hi Andy,
The "size" in question is the size of the SVN backup dump or size of your SVN FS on disk (they will be very similar in size). If you file a support ticket with Atlassian support, we would be more than happy to let you know how big your repository is.
Alternatively, you could use a tool like svnsync to make a local clone of your SVN repository that includes history, and measure the size of that.
Kind Regards,
Richard Stephens
Thanks, Richard. The backup dump I have (from a while ago) is 1.5GB zipped, which is similar to the deployed SVN FS size of 1GB. Have raised the ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This would be the size of the SVN repository.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Google it yet?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Google? What's that? :P
Anyway, yes all the suggestions I've found are Stack Overflow threads etc. that mostly involve having command-line access to your SVN server (which I don't have through FishEye OnDemand), or backing-up/mirroring the repository locally, which seems like overkill just to get a simple statistic.
If you are aware of an easier way to determine the SVN repository size, then please do let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Stefan. But is it the Git repo or the SVN repo as Richard says? Can you guys resolve between you?
In any case, I suspect they might be similar anyway, at least to order of magnitude. I'll probably do a double-pronged approach and just do a test conversion as you suggest though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andy,
Well, it really is the git/hg repository size that we mean, I'm reponsible for the svn -> git migration content on that page :)
A large SVN repo might end up being signficantly smaller in git so the final size is really what counts here.
The git/hg repository size decides whether your experience with DVCS will not be hampered by slowness. See https://go-dvcs.atlassian.com/display/aod/How+to+Reduce+the+Size+of+your+Repository for the downsides of large DVCS repositories.
Looking at https://go-dvcs.atlassian.com/display/aod/Migration+Introduction again I can see why that is not obvious. I'll look into make that clear on the page.
Hope this helps.
Cheers,
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah OK, you're the authority then :) Excellent. That's all clear now, thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Google? What's that? :P
Anyway, yes all the suggestions I've found are Stack Overflow threads etc. that mostly involve having command-line access to your SVN server (which I don't have through FishEye OnDemand), or backing-up/mirroring the repository locally, which seems like overkill just to get a simple statistic.
If you are aware of an easier way to determine the SVN repository size, then please do let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.