Those of us that can’t use CVS were able to get a full cvsroot tarball, which while horribly ungainly to work with, did the job. However, I cant find an SVN tarball for the new BerliOS hosting… is there one?
You can access a full tarball @ http://svn.berlios.de/svndumps/haiku-repos.gz
Thanks to Korli for the heads-up
Korli> i suggest to restore directly from a pipe
Korli> gunzip -c haiku-repos.gz | svnadmin load /svnroot/repos/yourproject
That only seems to work if you have a copy of the repo already - I don’t
I’ll try again though
Is it compressed TAR archive? Can I unpack it without SVN?
navi wrote:
Is it compressed TAR archive? Can I unpack it without SVN?
No, it’s a Subversion dump file, it contains the entire Subversion repository, which is not useful to you unless you have Subversion (and even then it’s a colossal waste for most people). It’s provided so that projects can migrate their SVN repo from BerliOS and for other administrative conveniences.