You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Francois Beausoleil <fb...@users.sourceforge.net> on 2003/06/28 23:48:16 UTC

Cannot svn log a newly copied file

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


Re: Cannot svn log a newly copied file

Posted by Francois Beausoleil <fb...@users.sourceforge.net>.
On 29 Jun 2003 22:27:41 -0500, kfogel@collab.net said:
> "Francois Beausoleil" <fb...@users.sourceforge.net> writes:
[snip]
> 
> Would you like to file it?
> 
Filed as issue 1382.

Thanks !
--
  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

Re: Cannot svn log a newly copied file

Posted by kf...@collab.net.
"Francois Beausoleil" <fb...@users.sourceforge.net> writes:
> 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 ?

Ideally, yes, I guess -- but this may be enough of an edge case to be
deferred as a post-1.0 bug or enhancement (at least, that's how I feel
about it, others may think differently...)

Would you like to file it?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org