Re: Recursive svn:ignore

2009-05-27 Thread Quinn Taylor
I should have been more specific, my mistake. The propedit subcommand doesn't accept a --recursive option, because editing properties is specific to a given file or directory. However, the propset command *does* accept --recursive, but it will blow away whatever properties may already exist

Re: Recursive svn:ignore

2009-05-27 Thread Daniel James
Yay. I found a solution. I'm sure others will run into this, so I'm posting the solution here. You need to modify the global-ignores variable in the subversion configuration file at ~/.subversion/config. You'll find it in the [miscellany] section near the bottom. Still would be nice to have t

Re: Recursive svn:ignore

2009-05-27 Thread Daniel James
Hmm. This doesn't seem to work. I've just updated to Subversion 1.6.2 from collabnet. svn propedit -R Subcommand 'propedit' doesn't accept option '-R [--recursive]' More looking around and I came upon these options: run this command in the terminal every time I create a directory: find somedi

Re: Recursive svn:ignore

2009-05-26 Thread Daniel James
Yea that would work for me. But it would be even better to be able to specify the directory too. What I'm trying to do is get subversion to ignore the ._* files that TextMate creates when a file is edited. No doubt there are many people using Versions who also use TextMate. On May 26, 12:19 pm

Re: Recursive svn:ignore

2009-05-26 Thread Larry G
Are you talking about a global Ignore? So something like Ignore all Thumbs.db files from the repo. On May 25, 6:05 pm, Daniel James wrote: > Hello, > > svn propedit has a -R option allowing for files in subfolders to be > ignored without one having to manually specify the same rule in all > the

Re: Recursive svn:ignore

2009-05-25 Thread Quinn Taylor
On May 25, 2009, at 6:05 PM, Daniel James wrote: Hello, svn propedit has a -R option allowing for files in subfolders to be ignored without one having to manually specify the same rule in all the directories. I'm wondering if Versions has/will have this feature? Might be nice to have. Wo

Recursive svn:ignore

2009-05-25 Thread Daniel James
Hello, svn propedit has a -R option allowing for files in subfolders to be ignored without one having to manually specify the same rule in all the directories. I'm wondering if Versions has/will have this feature? Would this work from the command line at least, assuming I have the right version