Re: Unable to select 'ignore [item]'

2010-05-12 Thread Gabe Johnson
In addition to what Quinn said, the "Ignore" function is disabled if there are more than one items selected. You have to ignore each one individually. I'm sure the Versions people have this on their stack of things to fix :D On Wed, May 12, 2010 at 1:27 PM, Quinn Taylor wrote: > Are these directo

Re: Unable to select 'ignore [item]'

2010-05-12 Thread Quinn Taylor
Are these directories already versioned in the repository? If so, you would have to delete them first and commit, then set the svn:ignore property for the containing directory. - Quinn On May 12, 2010, at 8:56 AM, si...@vg wrote: > I am pretty new to this so apologies if I am being dense but..

Unable to select 'ignore [item]'

2010-05-12 Thread simon@vg
I am pretty new to this so apologies if I am being dense but... I am trying to get Versions to ignore the directories which are managed by the CMS and the cache directory created by the template engine that powers it (Dwoo). I've got my working directory checked out and i am trying to set the ign

Re: Merge...

2010-05-12 Thread Quinn Taylor
From Terminal, you'll want to look at using `svn merge -- reintegrate ...` — you can find more detail by typing `svn help merge`. This assumes you're using SVN 1.5+. Also check out the SVN book parts on merging. http://svnbook.red-bean.com/en/1.5/svn.branchmerge.html - Quinn On May 12, 201

Merge...

2010-05-12 Thread james
Ok so I have read a lo about how merge isn't (yet) within Version, but I have created a brach from the main trunk which i'm using as a sandbox, to check and develop a site with, then once happy I wanted to drop everything onto the trunk. Seeing as this is not with-in versions how can I go about get

Re: proxy?

2010-05-12 Thread Neoraptor
I got the same problem a few month ago. For the moment, they announced they will support proxy in a future version, but nothing for now. There is a quick fix. You can edit the file ~/.subversion/servers and add these lines: [global] http-proxy-port=8080 http-proxy-host=yourproxy.com However, when