> 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 suggested to clone the tree on to a local disk. since the
bulk of my work is only on a single folder, i want to try this approach.
if it's even allowed ?



On Saturday, August 17, 2013 6:48:43 PM UTC+5:30, Huu Da Tran wrote:
>
> Is the size of all directories a concern at all?
>
> You clone it once and just leave it there and do normal git.
>
> In other words, can you explain the problems you are trying to avoid?
>
> I worked with big repos and cloning is slow, but then branching, commit 
> and push is fast, so maybe you are trying to do something different?
>
> Hope this helps,
>
> HD.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to