For those with access to the CWI systems: a daily backup of the complete MonetDB repository on SourceForge (including all history) is also available: ~sjoerd/backups/cvsroot . You can find/grep to your heart's content there. On 2008-02-20 21:26, Stefan Manegold wrote:
On Wed, Feb 20, 2008 at 09:10:57PM +0100, Fabian Groffen wrote:
Maybe a bit late for this time, but might help next time: history of moved files is still in CVS at their original location, see
cvs -d<user>@monetdb.cvs.sourceforge.net:/cvsroot/monetdb rlog -N clients/src/java/src/nl/cwi/monetdb/jdbc/MonetConnection.java Thanks for the lesson. However, chasing the old locations was basically
On 20-02-2008 21:07:48 +0100, Stefan Manegold wrote: the problem, to take into account branches, and to eventually find that there was no commit clearly touching upon it. :/
I know --- that's I always plea for informative log messages and timely handling of known bugs / changes (to the worse) with testing (neither was a problem in this case, of course!).
One final "lesson" for today: Here's how I found the original (or at least former) location of the file in question: ======== .../java $ cvs log -N -r1.1.1.1 src/nl/cwi/monetdb/jdbc/MonetConnection.java
RCS file: /cvsroot/monetdb/java/src/nl/cwi/monetdb/jdbc/MonetConnection.java,v Working file: src/nl/cwi/monetdb/jdbc/MonetConnection.java head: 1.3 branch: locks: strict access list: keyword substitution: kv total revisions: 4; selected revisions: 1 description: ---------------------------- revision 1.1.1.1 date: 2007/11/28 14:54:09; author: stmane; state: Exp; lines: +0 -0
Preparing a separation of the MonetDB Java code into a separate CVS module: copying clients/src/java/ to java/ =============================================================================
;-)
Stefan
-- Sjoerd Mullender