Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by TedHusted: http://wiki.apache.org/struts/StrutsMaintenanceSvn ------------------------------------------------------------------------------ * '''svn:keywords''' - subversion supports keyword substitution. Need to set the svn:keywords property to space seprated list of the keywords and then add the keywords to the file. * '''svn:eol-style''' - determines the line ending character on a file. - === Configuring the Client: Automatic Property Setting === + == Configuring the Client: Automatic Property Setting == You should be able to configure the client your using for svn to automatically set properties on newly added files. The following bits of the red book may help. @@ -69, +69 @@ * '''svn:eol-style''' property set to ''native'' * '''svn:keywords''' property set to ''author date id'' - === Changing Properties on Existing Files === + ==== Changing Properties on Existing Files ==== * svn propset svn:eol-style native FILENAME * svn propset svn:keywords "author date id" FILENAME - === Updating the list of subprojects for the "current" checkout == + ==== Updating the list of subprojects for the "current" checkout ==== * export set SVN_EDITOR=vi (or emacs or whatever) * cd (to where the root of your checkout is) - ** the "." is not a typo - that's how you tell it to edit the svn:external props + * the "." is not a typo - that's how you tell it to edit the svn:external props - ** it's basically a config file + * it's basically a config file * if you do "svn commit", (without specifying a commit message), you'll get the same forced vi display - ** not sure if cvs does the same + * not sure if cvs does the same * it's all in the online svn handbook -http://svnbook.red-bean.com/svnbook-1.1/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
