Re: Version control system better suted than SVN

2009-04-19 Thread Chanoch (Ken) Bloom
On Sun, Apr 19, 2009 at 02:55:28PM -0700, Eric Hanchrow wrote:
 On Sun, Apr 19, 2009 at 1:03 PM, Chanoch (Ken) Bloom kbl...@gmail.com wrote:
   * Git keeps a local repository with full history in your working
 directory. This means at least two copies of everything are
 stored.
 
 Git's compression is good enough that I'd be surprised if this were a
 problem in practice.
 
 On the other hand, git too uses SSH for write access, so I suspect
 it'll get hung up there.

It appears that git supports WebDAV for pushing over HTTP(S) as well.

See 
http://www.xiaoka.com/blog/2008/04/13/git-repository-over-http-webdav-with-nginx/
 
which talks about how to configure a certain web server for WebDAV and
Git. I didn't see anything suggesting out of the ordinary patching or
configuration was necessary on the client side of things.

--Ken

-- 
Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu/~kbloom1/


signature.asc
Description: Digital signature
___
vcs-home mailing list
vcs-home@lists.madduck.net
http://lists.madduck.net/listinfo/vcs-home

Version control system better suted than SVN

2009-04-18 Thread hessiess
I have recently started storing all of my data (not config files) in a
subversion repository. Previously I was using unison to synchronise my two
computers, but annoyingly it won't work over the collages proxy server due
to SSH being blocked. SVN however does work because it can be used over
HTTPS, with the added advantage of version control, reducing the chance of
loosing data and also the need to store files which `may be useful
sometime'.

One problem I have had with SVN is it storing 2 copies of everything in
the working copy, which in the case of my home directory is much more
space than I actually have available on my laptop. So are there any
version control systems which, like SVN store all revision history server
side and work over HTTPS, but unlike SVN, only keep one copy of each file
in a working copy.

___
vcs-home mailing list
vcs-home@lists.madduck.net
http://lists.madduck.net/listinfo/vcs-home