On Sun, Aug 10, 2008 at 09:42:39AM +0800, y.volta wrote: > hi all, > > I have a question about using svn: how can i synchronize the > local copy with the local svn and official svn?
I've solved that problem by using a different source control tool for the local repository. Currently I'm using git, in other cases I've used CVS. That way each revision control program keeps track of their own revisions in its own files which don't conflict with the other. Synchronization is, commit local changes, update remote, commit remote changes to local repository. -- David Fries <[EMAIL PROTECTED]> http://fries.net/~david/ (PGP encryption key available) _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel