views:

94

answers:

1

Hey. is there a simple way to sync my local svn server with an online one? this is what i'm trying to do:

i'm working on several projects through online svn repos. but sometimes i go off the grid, and want to still be able to access all my repo history. i have no prob registring an svn server on my system (or, to be more exact, it is something i can do with no problems i can't handle), and i want it to sync with the online one when updating. possible?

+2  A: 

git-svn would probably fit your needs very nicely (it does for me in very similar circumstances).

If you would prefer something a little closer to what you're currently doing, you may want to look into svk.

There are a number of questions here on SO about git-svn, and in general it's fairly easy to find info on it.

Hank Gay
+1 for svk. I fair bit less brain bending then git for what you want.
Evan