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,

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

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

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 quinntay...@mac.com wrote: