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

svn+ssh usernames

From: Scott Moynes <smoynes_at_nexus.carleton.ca>
Date: 2003-06-07 23:02:05 CEST

Hi,

I'm using subversion 0.23.0 and connecting to a repository using
svn+ssh. When I commit new revisions, the author isn't being set:

$ svn co --username user svn+ssh://svnhost/test
A test/testfile
Checked out revision 1.
$ cd test
$ echo "test" >> testfile
$ svn commit --username user -m "Test"
Sending testfile
Transmitting file data .
Committed revision 2.
$ svn log testfile | head -n5
------------------------------------------------------------------------
rev 2: (no author) | 2003-06-07 16:51:10 -0400 (Sat, 07 Jun 2003) | 1
line

Test

------------------------------------------------------------------------

My reading of The Book indicates that since I am authenticating over
ssh, svnserve should use my account's username as the author of the
file.

Am I missing something in my system configuration that causes it to
lose the author, or should I file this as an issue?

Thanks in advance,
Scott

-- 
Scott Moynes http://www.icculus.org/openbox/
"Computer science is as much about computers
as astronomy is about telescopes." -- Dijkstra
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 7 22:59:59 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.