[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Cannot svn log a newly copied file

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-06-29 01:48:16 CEST

Hi !

I just copied a few files, and I wanted to know what log message was
associated with the file. Here's the repro:
D:\java\jsnake\lib>svn --version
svn, version 0.24.2 (r6284)
   compiled Jun 19 2003, 05:44:59

D:\java\jsnake\lib>svn cp file:///httpd/jsnake/vendor/gf4j/current
file:///httpd/jsnake/vendor/gf4j/0.9.6-RC2

Committed revision 2.

D:\java\jsnake\lib>svn cp
file:///httpd/jsnake/vendor/gf4j/current/gameframe.jar gameframe.jar
A gameframe.jar

D:\java\jsnake\lib>svn cp
file:///httpd/jsnake/vendor/gf4j/current/license.html
gameframe-license.html
A gameframe-license.html

D:\java\jsnake\lib>svn st
A + gameframe-license.html
A + gameframe.jar

D:\java\jsnake\lib>svn log gameframe.jar
svn: Filesystem has no item
svn: file not found: revision `2', path `/trunk/lib/gameframe.jar'

I understand the files have not been commited yet, but shouldn't SVN be
intelligent enough to start following the file's history and get the
message from revision 1 ?

Thanks !
François

--
  Francois Beausoleil
  Developer of Java Gui Builder
  http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 29 01:49:05 2003

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.