Re: Vedr: revision number offset

2011-10-20 Thread Andy Levy
On Thu, Oct 20, 2011 at 11:14, morten bjoernsvik wrote: > Thanks Andy > > Most of the servers I work on do not have internet access, only citrix/cisco > vpn via > putty and openscp. So I can only scp a file back and forth, but no ssh+svn. I'm puzzled by this. SCP uses the same port(s) as SSH - si

Re: Vedr: revision number offset

2011-10-20 Thread Andy Levy
On Thu, Oct 20, 2011 at 17:23, Ryan Schmidt wrote: > On Thu, Oct 20, 2011 at 10:08, morten bjoernsvik wrote: > >> In many cases with small projects I move the repository around >> (like we have been used to with git) >> svnadmin dump | bzip2 > repository_revXX.svndump.bz2 >> and then: >> svnadmin

Re: Vedr: revision number offset

2011-10-20 Thread Ryan Schmidt
On Thu, Oct 20, 2011 at 10:08, morten bjoernsvik wrote: > In many cases with small projects I move the repository around > (like we have been used to with git) > svnadmin dump | bzip2 > repository_revXX.svndump.bz2 > and then: > svnadmin create > bzip2 -dc repository_revXX.svndump.bz2 | svnadmin

Vedr: revision number offset

2011-10-20 Thread morten bjoernsvik
Thanks Andy Most of the servers I work on do not have internet access, only citrix/cisco vpn via putty and openscp. So I can only scp a file back and forth, but no ssh+svn. Git is fine, but the support for it in komodo(our IDE) is poor and we have beeen using svn for years.  I also like to cle