You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/11/10 19:39:29 UTC

[jira] Created: (AVRO-188) need to update svn ignores

need to update svn ignores
--------------------------

                 Key: AVRO-188
                 URL: https://issues.apache.org/jira/browse/AVRO-188
             Project: Avro
          Issue Type: Bug
          Components: c
            Reporter: Doug Cutting
            Priority: Trivial


If I checkout the current trunk and run 'ant clean test-c' then run 'svn stat' I see a bunch of new files in src/c.  These should be added to subversion's ignored files, no?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AVRO-188) need to update svn ignores

Posted by "Matt Massie (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Massie resolved AVRO-188.
------------------------------

    Resolution: Fixed

My apologies for the double commit here.  I was in the 'src/c' directory when I did 'svn commit' and didn't push the CHANGES.txt file changes initially.

> need to update svn ignores
> --------------------------
>
>                 Key: AVRO-188
>                 URL: https://issues.apache.org/jira/browse/AVRO-188
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>            Reporter: Doug Cutting
>            Priority: Trivial
>
> If I checkout the current trunk and run 'ant clean test-c' then run 'svn stat' I see a bunch of new files in src/c.  These should be added to subversion's ignored files, no?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AVRO-188) need to update svn ignores

Posted by "Matt Massie (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776046#action_12776046 ] 

Matt Massie commented on AVRO-188:
----------------------------------

Just learned about a nice subversion trick

{code}
$ svn propset svn:ignore -F .gitignore .
{code}

will set the contents of .gitignore to the svn:ignore property.  Really helps to keep them in sync with each other.

> need to update svn ignores
> --------------------------
>
>                 Key: AVRO-188
>                 URL: https://issues.apache.org/jira/browse/AVRO-188
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>            Reporter: Doug Cutting
>            Priority: Trivial
>
> If I checkout the current trunk and run 'ant clean test-c' then run 'svn stat' I see a bunch of new files in src/c.  These should be added to subversion's ignored files, no?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-188) need to update svn ignores

Posted by "Matt Massie (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Massie updated AVRO-188:
-----------------------------

    Assignee: Matt Massie

> need to update svn ignores
> --------------------------
>
>                 Key: AVRO-188
>                 URL: https://issues.apache.org/jira/browse/AVRO-188
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>            Reporter: Doug Cutting
>            Assignee: Matt Massie
>            Priority: Trivial
>
> If I checkout the current trunk and run 'ant clean test-c' then run 'svn stat' I see a bunch of new files in src/c.  These should be added to subversion's ignored files, no?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.