Re: darcs repo suggestion
"R. Mattes" <[email protected]> Wed, 05 Apr 2006 12:21:51 +0200
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 04 Apr 2006 23:33:17 +0200, Attila Lendvai wrote: > hi! > > we started working on a project which uses clsql's low level api. (part of > this project is a data-model with automatic rdbms mapping, which is based on > clsql) > > therefore we started to make (currently small) improvements to clsql. we > have a local darcs repo, so that inside the team we can share our changes. > unfortunately merging new clsql releases is a real PITA and sending the > patches will also harder then it should be. > > my suggestion is that even a read-only darcs repo would make our life much > easier, but i think in general for all clsql users. if you consider setting > up one i'm willing to help if needed! Sorry, but i don't really understand why you can't do exactly this yourself? Check out clsql, change into the toplevel directory and intiailize darc. Then add all the files to it. This is your upstream repro. For your local branch, just do an initial 'darcs get <upstream repro path>' Now, whenever upstream changes, go the to upstream repro and do a 'cvs update' This should always succeed since you never change anything in there. Now, to sync your local branch with upstream,go to your local repo and do a 'darcs pull'. To create patches against upstream, do a 'darcs send'. HTH Ralf Mattes > bye, > > - attila > > (alias 101 on irc &no 'its not lisp code :) hi!<br><br>we started > working on a project which uses clsql's low level api. (part of this > project is a data-model with automatic rdbms mapping, which is based on > clsql)<br><br>therefore we started to make (currently small) > improvements to clsql. we have a local darcs repo, so that inside the > team we can share our changes. unfortunately merging new clsql releases > is a real PITA and sending the patches will also harder then it should > be. <br><br>my suggestion is that even a read-only darcs repo would make > our life much easier, but i think in general for all clsql users. if you > consider setting up one i'm willing to help if > needed!<br><br>bye,<br><br>- attila <br><br>(alias 101 on irc &no > 'its not lisp code :)<br><br> > _______________________________________________ CLSQL-Devel mailing list > [email protected] > http://lists.b9.com/mailman/listinfo/clsql-devel