On 14.10.2011 15:30, Stefan Sperling wrote:
On Fri, Oct 14, 2011 at 12:49:46PM +0200, Daniel Shahaf wrote:
@Both, thanks for the analysis. Could someone file a bug report and/or
send a patch, too? If you have a build environment, does the patch
below fix the problem?
Filed: http://subversion
[Mat Booth]
> --- subversion/libsvn_subr/cmdline.c (revision 1183368)
> +++ subversion/libsvn_subr/cmdline.c (working copy)
> @@ -32,8 +32,10 @@
> #include
> #include
> #else
> +#if _MSC_VER >= 1400
> #include
> #endif
> +#endif
Looks reasonable ... but then when I scrolled down the fil
On Friday 14 October 2011 07:56 PM, Philip Martin wrote:
vijay writes:
$ svnmucc put -
svnmucc: invalid option:
../tools/client-side/svnmucc/svnmucc.c:875: (apr_err=70012)
svnmucc: E070012: getopt failure: Bad character specified on command line
Like other Unix utilities you need to use -- to
Hi all,
I'd like to suggest a trivial patch to make it easier to build
Subversion 1.7 on Windows with older Microsoft and non-Microsoft
compilers.
Please see attached.
It just applies the same pre-processor condition to the inclusion of
crtdbg.h as you already have for the use of functions from
vijay writes:
> $ svnmucc put -
> svnmucc: invalid option:
> ../tools/client-side/svnmucc/svnmucc.c:875: (apr_err=70012)
> svnmucc: E070012: getopt failure: Bad character specified on command line
Like other Unix utilities you need to use -- to end the options:
svnmucc -m message -- put -
--
From "svnmucc --help",
put SRC-FILE URL add or modify file URL with contents copied from
SRC-FILE (use "-" to read from
standard input)
If I use "-" to read from stdin, "svnmucc put" fails with the following
error.
$ svnmucc put -
svnmucc: invalid
On Fri, Oct 14, 2011 at 17:13, Hyrum K Wright wrote:
> On Wed, Oct 12, 2011 at 9:14 AM, Hyrum K Wright
> wrote:
>> I know that 1.7.0 is less than 24 hours old at this point, but it's
>> been a couple of week since the magic revision, and we've already
>> started to collect various merged items in
On Wed, Oct 12, 2011 at 9:14 AM, Hyrum K Wright
wrote:
> I know that 1.7.0 is less than 24 hours old at this point, but it's
> been a couple of week since the magic revision, and we've already
> started to collect various merged items in CHANGES. Given what I
> expect to be rapid feedback from ou
Philip Martin writes:
> Philip Martin writes:
>
>> and then running update, but I haven't yet managed to reproduce the
>> assert.
>
> Think I've got it:
I've raised issue 4035
http://subversion.tigris.org/issues/show_bug.cgi?id=4035
It looks like it's already fixed on trunk.
--
uberSVN: Apach
Philip Martin writes:
> and then running update, but I haven't yet managed to reproduce the
> assert.
Think I've got it:
svnadmin create repo
svn mkdir -mm file://`pwd`/repo/A
svn import -mm repo/format file://`pwd`/repo/A/f
svn co file://`pwd`/repo wc -r1
# insert bogus incomplete working nod
On Fri, Oct 14, 2011 at 12:49:46PM +0200, Daniel Shahaf wrote:
> @Both, thanks for the analysis. Could someone file a bug report and/or
> send a patch, too? If you have a build environment, does the patch
> below fix the problem?
Filed: http://subversion.tigris.org/issues/show_bug.cgi?id=4034
[ switching list, please drop users@ from further replies ]
Konstantin Kolinko wrote on Fri, Oct 14, 2011 at 11:43:14 +0400:
> 2011/10/14 Andrey Paramonov :
> > On 13.10.2011 22:31, Ryan Schmidt wrote:
> >>
> >> On Oct 13, 2011, at 06:51, Andrey Paramonov wrote:
> >>
> > I believe Subversion c
On Fri, Oct 14, 2011 at 10:11:53AM +0200, Stefan Fuhrmann wrote:
> The current code operates along two dimensions:
> * provide the same interface whether or not
> APR provides synchronization structures
> * allow for the application to decide _dynamically_
> whether it is actually necessary to
Stefan Küng writes:
> Another crash dump shows a problem in libsvn_wc\wc_db.c, function
> read_info (line 6480 on the 1.7.0 tag, line 6739 on trunk).
>
> The 'err' is NULL, so referencing err->apr_err segfaults here:
> if (err2 != NULL)
> err = svn_error_compose_create(
> err,
On 13.10.2011 22:36, Stefan Sperling wrote:
On Thu, Oct 13, 2011 at 04:58:56PM -, stef...@apache.org wrote:
Author: stefan2
Revision: 1182979
Modified property: svn:log
Modified: svn:log at Thu Oct 13 16:58:56 2011
15 matches
Mail list logo