git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Git over SMBFS
@ 2010-10-06  2:26 fREW Schmidt
  2010-10-06  5:36 ` Kai Blin
  2010-10-07 17:40 ` Casey Dahlin
  0 siblings, 2 replies; 5+ messages in thread
From: fREW Schmidt @ 2010-10-06  2:26 UTC (permalink / raw)
  To: git

A coworker of mine is working on a project that is running on a
windows server.  The project is in git, but we are having a lot of
trouble getting it to work at all.  For example, if he merely does
(from his machine) "git checkout ." it seemingly times out after 680
files being checked out.

Are there any settings we might be able to tweak that might make git
more tolerable of the latency involved in a network based checkout?

--
fREW Schmidt
http://blog.afoolishmanifesto.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git over SMBFS
  2010-10-06  2:26 Git over SMBFS fREW Schmidt
@ 2010-10-06  5:36 ` Kai Blin
  2010-10-06 14:12   ` fREW Schmidt
  2010-10-07 17:40 ` Casey Dahlin
  1 sibling, 1 reply; 5+ messages in thread
From: Kai Blin @ 2010-10-06  5:36 UTC (permalink / raw)
  To: fREW Schmidt; +Cc: git

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2010-10-06 04:26, fREW Schmidt wrote:
> A coworker of mine is working on a project that is running on a
> windows server.

Please tell me you're not really using smbfs as the filesystem but
you're actually using the cifs kernel module. smbfs has been deprecated
years ago and is unlikely to work correctly against servers more recent
than Win NT 4.0.

Cheers,
Kai

- -- 
Kai Blin
Worldforge developer http://www.worldforge.org/
Wine developer http://wiki.winehq.org/KaiBlin
Samba team member http://www.samba.org/samba/team/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkysCuYACgkQEKXX/bF2FpSujgCfU6bRiu/m7OQe68ju5cl7Wl1H
2xoAn1roY9WnFQ1MN3hpFjna/iMfwWob
=xGqM
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git over SMBFS
  2010-10-06  5:36 ` Kai Blin
@ 2010-10-06 14:12   ` fREW Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: fREW Schmidt @ 2010-10-06 14:12 UTC (permalink / raw)
  To: Kai Blin; +Cc: git

> > A coworker of mine is working on a project that is running on a
> > windows server.
>
> Please tell me you're not really using smbfs as the filesystem but
> you're actually using the cifs kernel module. smbfs has been deprecated
> years ago and is unlikely to work correctly against servers more recent
> than Win NT 4.0.

Yeah, sorry, it *is* cifs.
--
fREW Schmidt
http://blog.afoolishmanifesto.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git over SMBFS
  2010-10-06  2:26 Git over SMBFS fREW Schmidt
  2010-10-06  5:36 ` Kai Blin
@ 2010-10-07 17:40 ` Casey Dahlin
  2010-10-07 22:49   ` fREW Schmidt
  1 sibling, 1 reply; 5+ messages in thread
From: Casey Dahlin @ 2010-10-07 17:40 UTC (permalink / raw)
  To: fREW Schmidt; +Cc: git

On Tue, Oct 05, 2010 at 09:26:15PM -0500, fREW Schmidt wrote:
> A coworker of mine is working on a project that is running on a
> windows server.  The project is in git, but we are having a lot of
> trouble getting it to work at all.  For example, if he merely does
> (from his machine) "git checkout ." it seemingly times out after 680
> files being checked out.
> 
> Are there any settings we might be able to tweak that might make git
> more tolerable of the latency involved in a network based checkout?
> 

Sounds to me like the best way would be to make a local copy with

git clone /path/to/cifs/mounted/project

And then do your work on the local hard disk. Later, you can git-push
back in to the cifs folder.

--CJD

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git over SMBFS
  2010-10-07 17:40 ` Casey Dahlin
@ 2010-10-07 22:49   ` fREW Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: fREW Schmidt @ 2010-10-07 22:49 UTC (permalink / raw)
  To: Casey Dahlin; +Cc: git

On Thu, Oct 7, 2010 at 12:40 PM, Casey Dahlin <cdahlin@redhat.com> wrote:
>
> On Tue, Oct 05, 2010 at 09:26:15PM -0500, fREW Schmidt wrote:
> > A coworker of mine is working on a project that is running on a
> > windows server.  The project is in git, but we are having a lot of
> > trouble getting it to work at all.  For example, if he merely does
> > (from his machine) "git checkout ." it seemingly times out after 680
> > files being checked out.
> >
> > Are there any settings we might be able to tweak that might make git
> > more tolerable of the latency involved in a network based checkout?
> >
>
> Sounds to me like the best way would be to make a local copy with
>
> git clone /path/to/cifs/mounted/project
>
> And then do your work on the local hard disk. Later, you can git-push
> back in to the cifs folder.

That's actually what we've been doing.  I was just curious if there
were another way.


--
fREW Schmidt
http://blog.afoolishmanifesto.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-07 22:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-06  2:26 Git over SMBFS fREW Schmidt
2010-10-06  5:36 ` Kai Blin
2010-10-06 14:12   ` fREW Schmidt
2010-10-07 17:40 ` Casey Dahlin
2010-10-07 22:49   ` fREW Schmidt

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).