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

Migrating to SVN from zipfile-based archival. Advice?

From: Barry Callahan <barryc_at_rjlsystems.com>
Date: Thu, 10 Jun 2010 17:25:38 -0400

I've been using zipfiles to make snapshots of my development
directories. Recently, I've decided maybe a solution that's a little
more robust might be in order, so I'm looking to migrate to SVN.

I'd like a bit of advice on how to go about doing that. Perhaps even
just a sanity check.

Using the standard layout, I figured the current source would get
imported under trunk/ and each snapshot should be unzipped and imported
as a tag (eg: tags/release_x).

If I understood correctly, unlike, say, RCS, since SVN doesn't version
individual files, I guess it doesn't matter so much what order things
get imported in. Right?

If I follow this course of action, would I end up being penalized in
terms of disk usage or performance over some other, preferred method?

Is the SVN server smart enough to realize that, even if I follow this
course of action, that

/trunk/foo/bar.c
/tags/release1/foo/bar.c
/tags/release2/foo/bar.c

are all the same file with minor (if any) differences?

Thanks.
Received on 2010-06-10 23:27:35 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.