The "follow copy history" initiative
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-31 19:46:11 CEST
I wanted to let everyone know about my initiative to make svn
svn cat -r100 foo.c
...and foo.c was at a different URL in r100, svn should autotmatically
This problem is endemic to a bunch of subcommands: cat, ls, blame,
I see three phases to fixing the problem:
1. write an internal client function which, given a "peg" (rev, path)
2. make our subcommands use this new client function.
3. [optimization] make the server do the history searching, not the
Step #1 is mostly done: Mike Pilato has written this function in the
Step #2 is yet to be done. For some subcommands (like 'cat' or 'ls'),
Step #3 is something that Shlomi Fish is interested in working on,
That's the overview. Anyone see any horrible problems here?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.