Login | Register
My pages Projects Community openCollabNet

Discussions > users > Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse

Author markphip
Full name Mark Phippard
Date 2010-03-15 11:09:40 PDT
Message $Rev:: $: is a fixed-length format. It is possible that it verifies
it has enough room to substitute before it does it.



On Mon, Mar 15, 2010 at 2:05 PM, ct529 <ct529 at york dot ac dot uk> wrote:
> Dear Mark,
>
> for some strange reasons, $Rev::   $: seems not to be supported!
>
> $Rev:$: works though .... thanks a lot for your help.
>
>
> Mark Phippard wrote:
>> The feature comes from SVN, not Subclipse.  We just provide a UI for
>> setting the properties, SVN handles the work of expanding it or not.
>> It sounds like you did stuff right.  You could try removing the :: and
>> just have:
>>
>> # $Rev$: Revision of last commit
>>
>> I do not know if you have to put "Rev" in the property when you use
>> the short form.
>>
>>
>>
>> On Mon, Mar 15, 2010 at 1:30 PM, ct529 <ct529 at york dot ac dot uk> wrote:
>>
>>> Dear Mark,
>>>
>>> I chose one of the files, and I run the the svn:keywords through the
>>> menu  team > set property.
>>>
>>> In the enter a text property I write "Revision"
>>>
>>> In the file I add a line
>>>
>>> # $Rev:: $: Revision of last commit
>>>
>>> Then I commit the file ....
>>>
>>> The I update and refresh ....
>>>
>>> Nothing happens :(
>>>
>>> Mark Phippard wrote:
>>>
>>>> It only shows in the list when a file is selected.  However, you can
>>>> still type it in the entry box and it will apply recursively.  You
>>>> will of course have to commit the property change too.
>>>>
>>>>
>>>> On Mon, Mar 15, 2010 at 1:18 PM, ct529 <ct529 at york dot ac dot uk> wrote:
>>>>
>>>>
>>>>> Dear Mark,
>>>>>
>>>>> I read the documentation.
>>>>>
>>>>> 1) I have tried setting svn:keywords property through subclipse but it
>>>>> does not offer me  that property in the list .
>>>>> 2) I would like to set those properties over all files in my repository.
>>>>>
>>>>> Best,
>>>>>
>>>>>
>>>>> Mark Phippard wrote:
>>>>>
>>>>>
>>>>>> In Subversion those are called keywords.  Read about them here:
>>>>>>
>>>>>> http://svnbook.red-b​ean.com/en/1.5/svn.a​dvanced.props.specia​l.keywords.html
>>>>>>
>>>>>> You need to set the svn:keywords property on the files to tell SVN
>>>>>> which keywords you are using, and then of course you also need to put
>>>>>> them in your source code where you would like them expanded.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Mar 15, 2010 at 9:43 AM, ct529 <ct529 at york dot ac dot uk> wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>> Dear Subclipsers,
>>>>>>>
>>>>>>> I use subclipse for R development and I am an absolute newbie (I have
>>>>>>> only used it around 1 year  :) )
>>>>>>>
>>>>>>> I have a file in a project. I would like to introduce some "tags" to the
>>>>>>> files so that every time I "ci" the file, those tgas get updated. For
>>>>>>> exmaple: a "date" and a "time" tags, that are updated with the date and
>>>>>>> time of last ci.
>>>>>>>
>>>>>>> That would help me in building changelogs.
>>>>>>>
>>>>>>> Is it possible with subclipse? How?
>>>>>>>
>>>>>>> Regards
>>>>>>> --
>>>>>>>
>>>>>>> Corrado Topi
>>>>>>> PhD Researcher
>>>>>>> Global Climate Change and Biodiversity
>>>>>>> Area 18,Department of Biology
>>>>>>> University of York, York, YO10 5YW, UK
>>>>>>> Phone: + 44 (0) 1904 328645, E-mail: ct529 at york dot ac dot uk
>>>>>>>
>>>>>>> --------------------​--------------------​--------------
>>>>>>> http://subclipse.tig​ris.org/ds/viewMessa​ge.do?dsForumId=1047​&dsMessageId=245​9977
>>>>>>>
>>>>>>> To unsubscribe from this discussion, e-mail: [users-unsubscribe@s​ubclipse.tigris.org]​.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>> --
>>>>> Corrado Topi
>>>>> PhD Researcher
>>>>> Global Climate Change and Biodiversity
>>>>> Area 18,Department of Biology
>>>>> University of York, York, YO10 5YW, UK
>>>>> Phone: + 44 (0) 1904 328645, E-mail: ct529 at york dot ac dot uk
>>>>>
>>>>> --------------------​--------------------​--------------
>>>>> http://subclipse.tig​ris.org/ds/viewMessa​ge.do?dsForumId=1047​&dsMessageId=246​0071
>>>>>
>>>>> To unsubscribe from this discussion, e-mail: [users-unsubscribe@s​ubclipse.tigris.org]​.
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>> --
>>> Corrado Topi
>>> PhD Researcher
>>> Global Climate Change and Biodiversity
>>> Area 18,Department of Biology
>>> University of York, York, YO10 5YW, UK
>>> Phone: + 44 (0) 1904 328645, E-mail: ct529 at york dot ac dot uk
>>>
>>> --------------------​--------------------​--------------
>>> http://subclipse.tig​ris.org/ds/viewMessa​ge.do?dsForumId=1047​&dsMessageId=246​0076
>>>
>>> To unsubscribe from this discussion, e-mail: [users-unsubscribe@s​ubclipse.tigris.org]​.
>>>
>>>
>>
>>
>>
>>
>
>
> --
> Corrado Topi
> PhD Researcher
> Global Climate Change and Biodiversity
> Area 18,Department of Biology
> University of York, York, YO10 5YW, UK
> Phone: + 44 (0) 1904 328645, E-mail: ct529 at york dot ac dot uk
>
> --------------------​--------------------​--------------
> http://subclipse.tig​ris.org/ds/viewMessa​ge.do?dsForumId=1047​&dsMessageId=246​0103
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe@s​ubclipse.tigris.org]​.
>



--
Thanks

Mark Phippard
http://markphip.blogspot.com/

« Previous message in topic | 8 of 9 | Next message in topic »

Messages

Show all messages in topic

[Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse ct529 ct529 2010-03-15 06:44:07 PDT
     Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse markphip Mark Phippard 2010-03-15 06:47:32 PDT
         Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse ct529 ct529 2010-03-15 10:18:33 PDT
             Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse markphip Mark Phippard 2010-03-15 10:21:26 PDT
                 Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse ct529 ct529 2010-03-15 10:30:34 PDT
                     Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse markphip Mark Phippard 2010-03-15 10:34:22 PDT
                         Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse ct529 ct529 2010-03-15 11:05:52 PDT
                             Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse markphip Mark Phippard 2010-03-15 11:09:40 PDT
                                 Re: [Subclipse-users] Date / time and other "tags" in files in projects managed with subclipse ct529 ct529 2010-03-15 11:11:51 PDT
Messages per page: