Issue515

Title Partial Repo clone can safe spae/time
Priority wish Status resolved
Superseder keeping partial clones/checkouts
View: 105
Nosy List AlexRayne, ThomasAH, dov, jglick
Assigned To Topics performance

Created on 2007-03-12.10:19:17 by AlexRayne, last changed 2008-02-02.23:46:59 by ThomasAH.

Messages
msg5085 (view) Author: ThomasAH Date: 2008-02-02.23:43:19
adjusted isse105's title and marked as superseder
msg4385 (view) Author: AlexRayne Date: 2007-11-27.12:48:45
not at all. 
if you store big repository on a server, thereis no problem
to partial checkout some of it. but if you want to heavily work with your
working copy: use mq, use own local branches, then your net trafic increases
rapidly.
another thing - i have no stable network, and itis difficult access to server repo
the only way to solve this - is to clone repository from server to local hard. 
but in proposed issue105 was mentioned about huge repository.
msg4329 (view) Author: dov Date: 2007-11-17.17:32:27
This is similar to issue105: as far as I understand, 105 deals with a complete
clone and partial checkout from the repos to the working directory; whereas here
the request is for the clone itself to be partial.
msg2868 (view) Author: AlexRayne Date: 2007-03-12.10:19:16
maybe i'm not original. 
i have an huge repo, but work with very small peace of it, IMHO useful would be 
to clone some part of repo - some set of directory tree, and work with one, 
pulling changes beetween base and partial repo.
does it troubles to provide it in mercurial?
History
Date User Action Args
2008-02-02 23:46:59ThomasAHsetnosy: ThomasAH, AlexRayne, jglick, dov
2008-02-02 23:43:19ThomasAHsetstatus: chatting -> resolved
superseder: + keeping partial clones/checkouts
messages: + msg5085
nosy: + ThomasAH
2007-11-27 12:48:45AlexRaynesetnosy: AlexRayne, jglick, dov
messages: + msg4385
2007-11-19 18:46:40jglicksetnosy: + jglick
2007-11-17 17:32:27dovsetmessages: + msg4329
2007-11-17 17:30:18dovsetmessages: - msg4328
2007-11-17 17:27:14dovsetstatus: unread -> chatting
nosy: + dov
messages: + msg4328
2007-03-12 10:19:17AlexRaynecreate