At 2002-03-11 22:58 +0100, Martin Hejl wrote: >My goal with this is being able to use CVS locally, while at the same >time keeping the latest changes "public", without having to go through >all the double-checking I always need to when releasing a new version >(if you look at the lrpStat changelog, I'm sure you can spot where I >_didn't_ do that double-checking...)
Martin, Maintaining two will be tough, but here is how I would do it. First, export your current repository. Then import it into your devel/hejl tree. That's the easy part. Maintenance: Check out a local copy of your leaf sf devel/hejl tree. Do your normal updates in your local cvs repository. When you're ready to update the sf repository, export both the SF and your local repository. Perform a diff on the two trees. Copy all new/changed files to from your local export to your checked out SF tree. Now add all the new files, and commit the updated SF tree. This is a lot of work. -- Mike Noyes <[EMAIL PROTECTED]> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
