When I type 'svn://12.34.56.789/foo in tortoisesvn repository browser,
this exception happens.
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much in
On Wed, Apr 11, 2012 at 2:38 AM, Ruth Ivimey-Cook wrote:
[...]
> Is there a way (hook?), when TSVN sees a file is different, for it to call
> an uncompress utility on the files from disk and repo, do the
> merge/whatever, and then recompress again once finished?
On Wed, Apr 11, 2012 at 7:13 AM, D
Frank Hsieh wrote on Tue, Apr 10, 2012 at 23:51:18 -0700:
> When I type 'svn://12.34.56.789/foo in tortoisesvn repository browser,
Do you type "12.34.56.789" literally, or do you type a valid IP (one in
which all four octets are between 0 and 255)?
> this exception happens.
>
>
> --
What version of svn? What happens if you delete the [mod_dontdothat]
stanza from build.conf before running gen-make.py?
arun kumar wrote on Wed, Apr 11, 2012 at 10:58:12 +0530:
> Hi,
>
> I'm trying to build Subversion on Windows. I got following error when I ran
> the script gen-make.py
>
>
>
Sorry for the misleading.
I typed a valid IP.
I think the root cause might be the single quote before svn:// (I forgot to
point it out.)
If I typed svn URL without the single quote, everything goes smoothly.
Frank
-Original Message-
From: Daniel Shahaf [mailto:danie...@elego.de]
Sent:
% svn ls \'svn://12.34.56.789/foo
(literally; it shouldn't matter)
fails in the expected manner (no assertion) with 1.7.x and trunk on linux.
Perhaps the issue is specific to windows?
Frank Hsieh wrote on Wed, Apr 11, 2012 at 02:08:02 -0700:
> Sorry for the misleading.
>
> I typed a valid IP.
>
> -Original Message-
> From: vishwajeet singh [mailto:dextrou...@gmail.com]
> Sent: 11 April 2012 10:06
> To: users@subversion.apache.org
> Subject: Couldn't open rep-cache database warning on
> glusterfs mounted filesystem
>
> Hi All,
>
> I am getting following warning while commit, co
On Windows it's also fine on the commandline, at least with 1.7.4:
C:\Temp>svn ls \'svn://12.34.23.12/bla
svn: E17: Unrecognized URL scheme for '%5c'svn://12.34.23.12/bla'
C:\Temp>svn ls 'svn://12.34.23.12/bla
svn: E17: Unrecognized URL scheme for ''svn://12.34.23.12/bla'
Maybe something