Hello, You may call SVNRepository.setRevisionPropertyValue method.
Also, in case you're committing over "file" or "svn+ssh" protocol, then your ISVNAuthenticationManager implementation (if you use any) will be asked for ISVNAuthenticationManager.USERNAME type credentials object and you may return SVNUserNameAuthentication object with desired committer name. Alexander Kitaev, TMate Software, http://subgit.com/ - Svn to Git Migration! http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 8 February 2013 07:10, adeelmahmood <adeelmahm...@gmail.com> wrote: > Hi > I was trying to figure out if its possible to specify a different author > other than the user used to login to the repository, for committing changes. > After reading through some posts it seems like I can rename the author after > the commit but all the code samples are for the high level api SVNWClient > which has the doSetRevisionProperty method. Since I am using the low level > api (directly working with ISVNEditor) I am not sure how to set the > svn:author property after the commit. Any help would be appreciated. > > Thanks > Adeel > > > > -- > View this message in context: > http://subversion.1072662.n5.nabble.com/use-a-different-author-for-commit-tp178126.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. >