You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Upayavira <uv...@odoko.co.uk> on 2006/05/08 12:51:56 UTC

Re: svn commit: r405003 - /incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf

furfari@apache.org wrote:
> Author: furfari
> Date: Mon May  8 03:25:29 2006
> New Revision: 405003
> 
> URL: http://svn.apache.org/viewcvs?rev=405003&view=rev
> Log:
> new valid filename for Manifest.mf
> 
> Added:
>     incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf
> 
> Added: incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf
> URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf?rev=405003&view=auto
> ==============================================================================
> --- incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf (added)
> +++ incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf Mon May  8 03:25:29 2006
> @@ -0,0 +1,3 @@
> +Bundle-Author: Matteo Demuru <de...@apache.org>,Francesco Furfari <fu...@apache.org>,Stefano "Kismet" Lenzi <le...@apache.org>
> +Bundle-ClassPath: .

In case you're not aware, you could have used svn move here, and done
the rename in one svn action, and it would have maintained any history
along with the file.

Maybe there were other reasons why you wanted to do it the way you did,
just thought I'd mention this just in case.

Regards, Upayavira

Re: svn commit: r405003 - /incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf

Posted by Francesco Furfari <fr...@isti.cnr.it>.
Thanks Upayavira, I wanted to be sure that committing from windows 
system there were not problems with capitalized names,  sometimes for 
windows they are always the same file ....
Probably the rename function would have worked well (usually I use 
TortoiseSVN)  .... just a scruple :-), but I've forgotten that the 
history log would have been interrupted ... thank you for remind  me

francesco


Upayavira wrote:
> furfari@apache.org wrote:
>   
>> Author: furfari
>> Date: Mon May  8 03:25:29 2006
>> New Revision: 405003
>>
>> URL: http://svn.apache.org/viewcvs?rev=405003&view=rev
>> Log:
>> new valid filename for Manifest.mf
>>
>> Added:
>>     incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf
>>
>> Added: incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf
>> URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf?rev=405003&view=auto
>> ==============================================================================
>> --- incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf (added)
>> +++ incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/src/main/resources/META-INF/Manifest.mf Mon May  8 03:25:29 2006
>> @@ -0,0 +1,3 @@
>> +Bundle-Author: Matteo Demuru <de...@apache.org>,Francesco Furfari <fu...@apache.org>,Stefano "Kismet" Lenzi <le...@apache.org>
>> +Bundle-ClassPath: .
>>     
>
> In case you're not aware, you could have used svn move here, and done
> the rename in one svn action, and it would have maintained any history
> along with the file.
>
> Maybe there were other reasons why you wanted to do it the way you did,
> just thought I'd mention this just in case.
>
> Regards, Upayavira
>