On Aug 15, 2008, at 5:42 PM, Adam Heath wrote:
Jacopo Cappellato wrote:please remember the License header and the svn properties (still missing from the last new file you added to the repository).You're right, I forgot to add it to *this* new file; but I already did it for the last one.
Yeah, I noticed the fix for the license... I was just speaking about the svn properities for the old file.
The best thing to do is to load the svn config file in your user home, so that the standard svn properties will be automatically added to all the new files you commit; you can find a link to our official config file (and the simple instructions to use it) here:
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Source+Repository+and+Access (see the paragraph "Developer Access"). There is also a mention to this here: http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices
What svn properties need to be set? Or, point me at the documentation that says what should be done.
For files like these (that are similar to Java source files) we need the following properties:
svn:mime-type=text/plain svn:eol-style=native svn:keywords="Date Rev Author URL Id"You can manually set them to two files in your local repository using the "svn propset" command and then committing the file.
For example: svn propset svn:mime-type text/plain path/to/file/filename svn propset .... svn commit path/to/file/filename Hope it helps, Jacopo
smime.p7s
Description: S/MIME cryptographic signature
