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

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

    [ 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.