[TYPO3-dev] Id in SVN commit

Xavier Perseguers typo3 at perseguers.ch
Sat Aug 29 16:21:53 CEST 2009


Hi,

> propset svn:eol-style "native" 
> C:/xampp/htdocs/typo3/typo3conf/ext/formhandlergui/pi/class.tx_formhandler.php 
> 
>    Illegal target for the requested operation
> svn: File 
> 'C:\xampp\htdocs\typo3\typo3conf\ext\formhandlergui\pi\class.tx_formhandler.php' 
> has inconsistent newlines
> Inconsistent line ending style

You have a mix of unix and windows line ending. Use some valid editor to use only Windows line breaks.

> Then i wrote this in the file-comment:
> @version $Id Revision Date Author$
> 
> I didn't see if it worked because it allways takes a while till changes 
> appear in forge but do you think i did it right?

No. You should only choose a single property. For instance:

@version $Id$

or

@author $Author$

Otherwise you won't get anything. You don't have to wait to get the update, once you commit, you get automatically the new text. This is your client that does this, not the server, this is why you had 
to manually edit subversion configuration on your machine.

Xavier

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away




More information about the TYPO3-dev mailing list