Get recursive list of svn:ignore'd files

Posted by Joseph Mastey on Stack Overflow See other posts from Stack Overflow or by Joseph Mastey
Published on 2010-04-05T16:19:25Z Indexed on 2010/04/05 16:23 UTC
Read the original article Hit count: 336

Filed under:
|

I have an existing project repo which I use for project A, and has some files and directories excluded from it using svn:ignore. I want to start another project (project B), in a new repo, with approximately the same files ignored in it.

How can I get a list of all files in the repo with svn:ignore set on them and the value of that property? I am using Ubuntu, so sed and grep away if that helps.

Thanks, Joe

© Stack Overflow or respective owner

Related posts about svn

Related posts about ubuntu