switch to ignore files that have not been checked in?

2012-01-11 Thread Steve Kelem
I'm trying to add properties to a bunch of files that have a common file extension, but are not the only files in the directory/directories. I would like to run something like: svn propset svn:needs-lock '*' *.png *.jpg *.vsd The problem is that I have a number of temporary files in the working

test for whether a file has been checked in?

2012-01-11 Thread Steve Kelem
Is there a subversion command that I can use in a shell or Perl script to test whether a file or directory has been checked in? Steve

Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Steve Kelem
etely, though, README shouldn't be marked executable in the first > place. So I suspect the _real_ answer for you is "On Cygwin, use the > native Cygwin svn client rather than the Windows one.". :-) > > On Mon, Jan 9, 2012, at 10:26, Steve Kelem wrote: >> I want to

How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Steve Kelem
I want to turn OFF the svn:executable property for many file types from inside /etc/subversion/config. Is there a way to do this? The documentation for this property says that its existence will force its value to "*". I want to be able to specify something like: README= svn:eol-style=nat