Re: git-push through git protocol

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sunday, January 21, 2007 at 19:01:45 (-0800) Linus Torvalds writes:
>On Mon, 22 Jan 2007, Martin Langhoff wrote:
>> ...
>> Whereby I personaly run back quickly to cover under my git-over-ssh
>> safety blanket.
>
>Sure. 
>
>I suspect that git-daemon is possibly easier and faster to set up in the 
>kind of situation where you set up git instead of CVS inside a company, 
>though. ...

Another nice thing with the git protocol is that we can keep the
repository "interface" constant --- it's always "git://server/repo"
for us, even if we have the repo one day at /repos/git/repo, or later
decide to move it to /backedup/repos/git/repo.  All we have to do is
change the git-daemon file and point it at the new repo, and all the
developers' origin files need not change.  You can do this with
symlinks, I suppose, but after the third move, we really appreciated
the git mobility and disliked the litter of symlinks:-)


Bill
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]