Handling plus signs in directory names

2013-04-18 Thread
I've been using subversion on a directory tree which has quite a lot of directories that start off with a plus sign and I'm getting error messages and problems committing changes which I never experienced before. Are plus signs in directory names handled well by subversion? Zé

External diff based on mime-type

2013-04-18 Thread Watson, Paul
We have a diff utility designed for a proprietary file format. I would like for this "theappdiff" utility to be used if the file's svn:mine-type prop is application/the-app. Is it possible for svn to invoke an external diff based on mime-type? *-*-*

RE: authentication realm "Internal"

2013-04-18 Thread rupert THURNER
How is it possible to get the "internal" that way in the password file, without having the repository? Am 18.04.2013 11:46 schrieb "Bert Huijben" : > [Now back to the right group instead of google’s mapping] > > ** ** > > Hi, > > ** ** > > Subversion just checks the realm s

Re: Changelist support for svn patch?

2013-04-18 Thread BRM
So what if you have changes to the local working copy? Or are you ensuring you have no other changes first? As Branko Čibej noted, the only clean way to do it is to use a new (or a dedicated) working copy. Sadly, there is nothing like TSVN for Linux. Ben > >

RE: authentication realm "Internal"

2013-04-18 Thread Bert Huijben
[Now back to the right group instead of google’s mapping] Hi, Subversion just checks the realm string as provided by the HTTP(s) server and hands the password that is attached to that realm string (like all other HTTP tools do). When you use a webbrowser to that same URL

authentication realm "Internal"

2013-04-18 Thread rupert.thurner
hi, in .subversion/auth/svn.simple/ we have Internal and Subversion: repo the first one allows access to all repositories, the second one to a specific repository. how can one get the "Internal" realmstring in the authentication f