Re: how is svn:author set?
From: Eric Lee <eric_at_myprojects.srhost.info>
Date: Thu, 3 Jul 2008 17:02:33 +0800
Hi,
You could use svn:keywords to recursive set author
e.g.
aderic_at_PGERIC $ svn ls trunk -v
aderic_at_PGERIC $ svn propset svn:keywords author trunk -R
aderic_at_PGERIC $ svn proplist trunk -R
or by use config file in %AppData%\subversion\ folder on windows.
config file
[miscellany]
[auto-props]
Please check out this subversion book also
Eric,
Hello,
I'm new to Subversion. When I do a proplist for an element I don't see that svn:author is set. My setup is Subversion 1.5.0 + Apache + SSL. In fact the only property I see set is the one that I am setting in the TortoiseSVN config file which is mime-type. Is svn:author, the author of the latest revision for that element, something that I have to set? If so, where is the appropriate location to set this property? Basically, I don't see svn:author set and I want it set for each revision.
Thank you!
Shannon
|
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.