Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] [JGIT] jgit clone file:// question

Hi!

I've changed the maven-release-manager to allow local clones via the file:// protocol instead doing a clone from the upstream repository in the mvn release:perform step.

Now my question:

If I do a 
$> git clone file://
git (under linux) is so smart to _not_ copy all the repo blobs but only create hardlinks instead. I know this is not possible under windows and surely not with Java. 
But is there any 'softlinking' which will be used, or will al files be copied over to the new clone when using JGit?

txs and LieGrue,
strub

__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. 
http://mail.yahoo.com


Back to the top