You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Carlos Sanchez (JIRA)" <ji...@apache.org> on 2006/05/22 06:23:52 UTC

[jira] Created: (AMQ-717) Set svn properties in all text files

Set svn properties in all text files
------------------------------------

         Key: AMQ-717
         URL: https://issues.apache.org/activemq/browse/AMQ-717
     Project: ActiveMQ
        Type: Improvement

    Reporter: Carlos Sanchez


Could you run this script?

for f in `find . -type f -iname *.xml` ; do
svn propset svn:eol-style native $f
svn propset svn:keywords "\"Author Date Id Revision\"" $f
done

it'd be the same for java, txt, ... files

To make svn do it automatically check http://maven.apache.org/guides/development/guide-m2-development.html "Subversion Configuration"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AMQ-717) Set svn properties in all text files

Posted by "james strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-717?page=all ]
     
james strachan resolved AMQ-717:
--------------------------------

    Fix Version: 4.1
     Resolution: Fixed

sorted now

> Set svn properties in all text files
> ------------------------------------
>
>          Key: AMQ-717
>          URL: https://issues.apache.org/activemq/browse/AMQ-717
>      Project: ActiveMQ
>         Type: Improvement

>     Reporter: Carlos Sanchez
>      Fix For: 4.1

>
>
> Could you run this script?
> for f in `find . -type f -iname *.xml` ; do
> svn propset svn:eol-style native $f
> svn propset svn:keywords "\"Author Date Id Revision\"" $f
> done
> it'd be the same for java, txt, ... files
> To make svn do it automatically check http://maven.apache.org/guides/development/guide-m2-development.html "Subversion Configuration"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AMQ-717) Set svn properties in all text files

Posted by "james strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-717?page=comments#action_36187 ] 

james strachan commented on AMQ-717:
------------------------------------

For this to work on OS X I had to escape the *.xml

find . -type f -iname \*.xml        

> Set svn properties in all text files
> ------------------------------------
>
>          Key: AMQ-717
>          URL: https://issues.apache.org/activemq/browse/AMQ-717
>      Project: ActiveMQ
>         Type: Improvement

>     Reporter: Carlos Sanchez

>
>
> Could you run this script?
> for f in `find . -type f -iname *.xml` ; do
> svn propset svn:eol-style native $f
> svn propset svn:keywords "\"Author Date Id Revision\"" $f
> done
> it'd be the same for java, txt, ... files
> To make svn do it automatically check http://maven.apache.org/guides/development/guide-m2-development.html "Subversion Configuration"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira