Re: Repo conversion troubles.

2018-07-10 Thread Philip Martin
"Eric S. Raymond" writes: > I'm saying I see rsync plus local checkout take 10-12 hours. The rsync is a one-off cost. Once you have the repository locally you can checkout any individual revision much more quickly. I have a local copy of the gcc repository and a checkout of gcc trunk from loca

Re: Use of templates in c code?

2013-02-13 Thread Philip Martin
Diego Novillo writes: > One problem I've noticed is that renames seem to confuse svn diff. > For example: > > $ cd gcc/cp > $ svn log -r81829 cp-gimplify.c > > r81829 | dnovillo | 2004-05-13 22:29:32 -0400 (Thu, 13 May 2004)

Re: WTF?

2009-11-26 Thread Philip Martin
Richard Guenther writes: > Does svn rely on patch for merging No, it uses an internal diff3 algorithm. You can make it use an external diff3 program via the command line or the config file. > and can it be taught to use -l? The internal diff/merge will ignore whitespace if you use -x -w. --

Re: SVN: Checksum mismatch problem

2006-05-21 Thread Philip Martin
a sub-dir from the working copy and update will download it again. -- Philip Martin