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

Bug/Inconsistent Behavior in svnlook?

From: Brian Huddleston <brianh_at_huddleston.net>
Date: 2005-05-02 01:43:10 CEST

I wanted to run this past you guys as it seems strange to me. I just got
finished converting about 5 years worth of CVS history over to Subversion.
My weekend project is recreating some of the database tables our SCM uses to
be consistent with Subversion pathing and our new repository layout.

My script for repopulating the db was making use of svn info, and I ran
across the weirdest thing.

[root@alcmene bin]# svnlook info -r 30661 /svn
mperez
2004-06-02 15:30:32 -0500 (Wed, 02 Jun 2004)
svn: Inconsistent line ending style

(My assumption is that some editor this dev was using mangled the line
endings on the log message template.)

However, this *does* work:

[root@alcmene bin]# svnlook log -r 30661 /svn
Active Issues:
Resolved Issues: TA95
Description (what changed and why): Added attribute FileFrame.

My guess is, assuming I'm right about the cause, that both of these should
behave the same way. Either it should work in both cases or it should error
in both cases. (My extremely selfish vote being to work in both cases.)

Is this a bug or expected behavior?

-Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 2 01:44:18 2005

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.