Hello Aaron,
I've added support for custom author name in JavaSVN. Could you please check
whether this new feature works as expected.
To check, please do the following:
1. download javasvn.jar from http://tmate.org/svn/download/ssh/javasvn.jar
2. put downloaed jar file into
ECLIPSE_HOME/plugins/org.tigris.subversion.subclipse.core_0.9.108/lib folder
in place of existing one.
3. add the following line to ECLIPSE_HOME/configuration/config.ini file:
javasvn.ssh.author=aaron
4. restart Eclipse with "-clean" option and make a commit. Author name
should be aaron.
Please, let me know whether it works for you or not. From what I read from
Subversion C code, this feature is supported by svnserve, but not supported
by the current svn command line client version, I will also check whether my
understanding is correct with Subversion developers.
Alexander Kitaev,
TMate Software,
http://tmatesoft.com/
http://tmate.org/
_____
From: Aaron L Pfeifer (RIT Student) [mailto:alp7051@rit.edu]
Sent: Thursday, March 16, 2006 01:13
To: users@subclipse.tigris.org
Subject: [Subclipse-users] Different author and username with svn+ssh
> JavaSVN prompts you for authentication information. The username defaults
> to your PC account, but it is an editable value right on the dialog.
>
> Mark
Right, except that the username that I use there is for logging in through
ssh. However, I need to specify a different author. For example, suppose
my login to ssh is aaron1234. Although I'd like to login through ssh with
this username, I'd like to use "aaron" as my author value when checking in
files, not aaron1234.
Aaron
Received on Thu Mar 16 17:46:43 2006