Newbie : how to setup my repository-ies
RAPPAZ Francois
francois.rappaz at unifr.ch
Tue Nov 6 14:45:11 UTC 2012
Thanks for replying !
I have currently 2 repositories:
1) hgrepo/application1 with a copy of a) the source tree of the java files that are needed by application1 and b) a copy of the proj/applications1 folder and subfolders that contains the build files need by ant
2) the tree of all my java source files under src
I succeed with hg push https.... my google-code url in putting the repository 1) in google code. I tried to clone (back) somewhere on my pc without being log and that works.
I'm not sure how to connect my main source files repository (under src/ ...) with the application1 repository.
Reading the hgbook.pdf I would try to do the same as 6.2.6
- do some change in the working files of application1 repository
- commit those changes
- pull, merge and commit from src to application1 (also I know that nothing has changed in src tree)
- push the changes I made in src
Is that right ?
I could do the same with the build directories under proj also most of the content there results from commands output, the files that were hard to write are the build files.
François
More information about the Mercurial
mailing list