svn up issue

2012-07-10 Thread dhanushka ranasinghe
Hi guys... most of times we are getting , following error, when taking "svn up" error : *svn: REPORT of '/repos/home/!svn/vcc/default': Could not read response body: Secure connection truncated (https://svn.ihx.com )* is there any reason for this, how can i sort this i

Square brackets in file names and authz (in VisualSVN 2.5.5)

2012-07-10 Thread Jason Heeris
(Please CC me on replies, I'm not subscribed to the list.) My basic problem is: I want to restrict access (read and/or write) to paths that contain spaces, square brackets and '#'s. The details: I have an application that uses an SVN repo to store file attachments. The paths to these attachments

RE: "svn cleanup" fails because it can't find a temp file

2012-07-10 Thread Bert Huijben
> -Original Message- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: dinsdag 10 juli 2012 11:20 > To: Johan Corveleyn > Cc: Dave Huang; users@subversion.apache.org > Subject: Re: "svn cleanup" fails because it can't find a temp file > > Johan

Re: Difficulty with post-commit emails

2012-07-10 Thread Matthew Pounsett
On 2012/07/09, at 16:03, Daniel Shahaf wrote: > Please confirm that $PWD was '/var/svn/repos' when you ran this command. I did eventually figure this out yesterday. Thanks for the response though! I was passing the name of the repository, rather than the path to the repository. I guess I assu

Re: "svn cleanup" fails because it can't find a temp file

2012-07-10 Thread Johan Corveleyn
On Tue, Jul 10, 2012 at 2:19 PM, Philip Martin wrote: > Johan Corveleyn writes: > >> Makes me wonder: what if some crap stays behind in .svn/tmp (for >> whatever reason -- I just checked my working copies, and in one of >> them there are two old svn-XX files in the tmp dir). Does cleanup >> c

Re: "svn cleanup" fails because it can't find a temp file

2012-07-10 Thread Philip Martin
Johan Corveleyn writes: > Makes me wonder: what if some crap stays behind in .svn/tmp (for > whatever reason -- I just checked my working copies, and in one of > them there are two old svn-XX files in the tmp dir). Does cleanup > clean those up (after it has verified that they are not needed

Re: "svn cleanup" fails because it can't find a temp file

2012-07-10 Thread Johan Corveleyn
On Tue, Jul 10, 2012 at 11:19 AM, Philip Martin wrote: > Johan Corveleyn writes: > >> I think you should file an issue for the unrecoverable working copy >> after a "blocked by file-in-use" reverse-merge (maybe also for a >> normal merge?). It would be nice though if you could come up with a >> n

Re: "svn cleanup" fails because it can't find a temp file

2012-07-10 Thread Philip Martin
Johan Corveleyn writes: > I think you should file an issue for the unrecoverable working copy > after a "blocked by file-in-use" reverse-merge (maybe also for a > normal merge?). It would be nice though if you could come up with a > nice reproduction recipe, Just about any merge will do. repos_

Re: "svn cleanup" fails because it can't find a temp file

2012-07-10 Thread Johan Corveleyn
On Mon, Jul 9, 2012 at 10:41 PM, Dave Huang wrote: > I tried to roll back some changes to a file by doing a reverse merge, but I > had the file in question open and locked, so svn wasn't able to complete the > merge. However, this has left my working copy broken and unrecoverable :( (I > know I ca