Mark Boon wrote:
> I'm getting close to something I'd like to show people and get feedback.
>
> One thing to decide is how to make it public. Previously I used
> dev.java.net to host my project. But I stopped using it because I had a
> very slow internet connection and I was getting annoyed with the time it
> took to communicate with Subversion on the remote host. At the moment I
> have a bit more decent internet connection, but it's still not fast. Nor
> reliable. So ideally I'd like to keep the stuff in my local repository.
> Like a two-step process. I can store versions locally and when I want I
> can migrate or merge it with the one online. I know ClearCase is ideal
> for this kind of settup. But too expensive and I doubt there's an online
> service that supports it. Does anyone know if something like this is
> possible to setup with Subversion? anyone having experience with
> something like this?

Subversion 1.4 can do repository replication (see heading svnsync at
http://subversion.tigris.org/svn_1.4_releasenotes.html), which should
work for a one-way mirroring. There's also svk,
http://svk.bestpractical.com, which adds distributed version control
on top of subversion. But I really agree with the people recommending
git or mercurial. I haven't used mercurial myself yet but I have very
positive experience with git.

/Gunnar
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to