[TYPO3-dev] Id in SVN commit

Christian Opitz - Netzelf christian.opitz at netzelf.de
Sat Aug 29 17:02:18 CEST 2009


Hi Xavier,

Thank you a lot - it works :)

Xavier Perseguers schrieb:
> 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
>
>   


More information about the TYPO3-dev mailing list