Re: Username Change in SVN
From: Paul Koning <Paul_Koning_at_dell.com>
Date: Thu, 26 Jun 2008 10:46:25 -0400
>>>>> "Dzintars" == Dzintars Brikis <dzintars.brikis_at_mebius.lv> writes:
Dzintars> 1. how to check author for specific file for all revisions.
svn log <filename> will do that.
Dzintars> 2. how to change author for specific file for all revisions
Author is a property of a revision, NOT of a file. You can't change
svn propset -revprop -r <rev> svn:author <newauthor> <path_to_repository>
Because a revprop change works on the whole revision, all you need is
paul
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.