Humberto Ortiz-Zuazaga <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis wrote: | | > You need to create a depotmap; call it whatever you want. | > Personally, I have several depots, one of them is /mirror | > for mirroring several repos of projects I work on (GCC has a distinct | > dedicated depot). Chose a directory where you want your depot to | > reside. It could be ~/.svk | > | > svk depotmap /mirror ~/.svk | > | > (enter the editor, make whatever change you think is appropriate; | > save; exit) | > | > Next, you need to mirror axiom repo | > | > svk mirror https://svn.sourceforge.net/svnroot/axiom /mirror/axiom | > | > Then, you need to synchronize that mirror | > | > svk sync /mirror/axiom | > | > (that can take a while -- it mirrors the repo on your local disk. | > Therefore, it is like if you were doing a checkout and SF/SVN would | > give you headach; your would need to be patient). | > | > /mirror/axiom is now your local repo. You can check out as | > | > svk co /mirror/axiom/branches/build-improvements axiom.bi | | No, that won't work, or rather it works to check out the source, but I | can't svk patch that working directory.
? The above is what *I* _use_ to set up a repo directly "connected" to the master repo, in particular one for Axiom. | Those are the instructions I had | followed from the AxiomSilverBranch page on MathAction. | | The svk help intro page suggests a procedure like: | | svk mirror | | First, you'll need to mirror a remote repository. This sets up a | local copy of that repository for you to branch from, merge to and | otherwise poke at. The local path is sometimes called a "depot path." | | # This command sets up the mirror directory for your local | # mirrors of remote repositories | svk mkdir //mirror This creates a local branch in your default depot, so it effectively is "deconnected" from the Axiom repo. Is that what you want? -- Gaby _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
