Re: [git-users] Re: git tree subfolder workflow

2013-08-19 Thread dexter ietf
> I do not think it's possible to only clone a part of a repo. That being said, I have not experimented with subtree nor submodule. Have you look into that yet? i've looked into submodule i don't think that's what i need. i need to look at subtree. btw, i tried cloning to local disk running git in

[git-users] Re: git tree subfolder workflow

2013-08-17 Thread Huu Da Tran
I do not think it's possible to only clone a part of a repo. That being said, I have not experimented with subtree nor submodule. Have you look into that yet? Is there any way for you to access to repo from a remote host, but not mounted nfs? Seems like a flaw in network design. One hour is not

[git-users] Re: git tree subfolder workflow

2013-08-17 Thread dexter ietf
> Is the size of all directories a concern at all? yes, it is, to clone a full repo to my local disk it is taking more than an hour. original problem: the server where i clone is on nfs and git is too slow on nfs, even a simple 'git status' on a local folder is taking 2~3 mins. so somebody sugge