On Fri, 8 Jul 2011 03:55:15 -0700 (PDT)
Craig <shadycr...@gmail.com> wrote:

> I'm using svn at my workplace and am looking at git to help with some
> off-line working issues.
> 
> Besides off-line working we also have problems with svn when storing
> local copies on mapped network drives.
> This is a known issue with svn and not recommended, but makes backups
> much easier.
> 
> Can git working copies be stored on windows network drives?
Git devs put a lot of effort to make Git work light-fast with the local
filesystem and then you're trying to defeat this advantage.

This problem (backups) should be solved by providing each developer its
private bare repo on a centralised server (or servers) and issuing a
policy according to which every programmer must push whaveter changes
she recorded so far to that private repo before leaving home, that's
all.  Git has no problem at all with using several "remotes".  You can
even push to another hard disk this way etc.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to