On Wed, Oct 26, 2011 at 21:26, Greg Stein wrote:
> On Wed, Oct 26, 2011 at 21:16, NormW wrote:
...
>> K _NOW_ have correct change as you requested and resulting output file is
>> still ok under WinXP; (I imagine XP Python is aware of line issues of
>> Windows). A better test would be to see if th
On Wed, Oct 26, 2011 at 21:16, NormW wrote:
> My Bad...
> On 27/10/2011 9:48 AM, Greg Stein wrote:
>>
>> On Wed, Oct 26, 2011 at 19:34, NormW wrote:
>>>
>>> ...
Can you try changing line 132 to include a .strip() in there? It
should look like:
self.output.write(' "%s
On Wed, Oct 26, 2011 at 20:45, NormW wrote:
> On 27/10/2011 9:48 AM, Greg Stein wrote:
>>
>> On Wed, Oct 26, 2011 at 19:34, NormW wrote:
>>>
>>> ...
Can you try changing line 132 to include a .strip() in there? It
should look like:
self.output.write(' "%s " \\\n' % li
On Wed, Oct 26, 2011 at 19:34, NormW wrote:
>...
>> Can you try changing line 132 to include a .strip() in there? It
>> should look like:
>> self.output.write(' "%s " \\\n' % line.strip())
>
> Most certainly of little help with Python testing. Can't run the regular
> build system on WinXP
On Wed, Oct 26, 2011 at 16:37, NormW wrote:
>...
> What my compiler is grumbling about is more that quoted text continues from
> line to line (and likely not using a \ to do it); the following creates the
> warning:
>>
>> "SELECT op_depth, repos_id, repos_path, presence, kind, revision,
>> checks
I see the problem. I will commit a fix in a few minutes.
On Wed, Oct 26, 2011 at 2:38 PM, Mark Phippard wrote:
> I backported this to my 1.7.x branch for testing with Subclipse but it
> does not seem to be working for me. To the best that I can tell I am
> using the new library. The version ch
On Mon, Oct 24, 2011 at 20:50, NormW wrote:
> Hi,
> Unsure a 'bug' but when compiling wc-queries.h file with (an oldish) gcc for
> NetWare get 1000's of warnings as shown:
>
>> In file included from
>> D:/Projects/srcs/subversion-1.7.1/subversion/libsvn_wc/entries.c:44:
>> D:/Projects/srcs/subvers
I backported this to my 1.7.x branch for testing with Subclipse but it
does not seem to be working for me. To the best that I can tell I am
using the new library. The version changed from 1.7.1 to 1.7.2 (under
dev). I did make clean-javahl just in case that was the problem.
Here is a commit I d
Dear friends,
We are a small singing group (four people) from St. Petersburg, Russia. We
often go on concert tours abroad and we would be happy to give concert at
your venue, church or hall. Please, contact us if interested or able to
help.
Have a look at our web-site, please: www.lyra-onl
This is in the proposals for backports to 1.7.x branch:
* r1187695
Have mod_dav_svn ignore non-Subversion POST requests.
Justification:
mod_dav_svn does not play well with others.
Votes:
+1: philip, rhuijben
2011/10/24 DarkStone :
> Hi there :)
>
> Below is my info:
>
> Ope
Hi there :)
Below is my info:
Operating system: Windows 7 Ultimate x86
The release of Subversion: v1.7.0 and v1.7.1 Binary Version
The release of Apache: v2.2.21
The Fatal Bug I've Found:
When I've setup Apache 2.2.21 with SVN v1.7.0, Apache and SVN works fine,
except one thing:
When I reque
Hi,
Unsure a 'bug' but when compiling wc-queries.h file with (an oldish) gcc
for NetWare get 1000's of warnings as shown:
In file included from
D:/Projects/srcs/subversion-1.7.1/subversion/libsvn_wc/entries.c:44:
D:/Projects/srcs/subversion-1.7.1/subversion/libsvn_wc/wc-queries.h:6:3:
warnin
On Wed, Oct 26, 2011 at 05:17:36PM +0200, Bert Huijben wrote:
> > + /* Is DEFINING_ABSPATH now an unversioned directory we can
> > remove? */
> > + SVN_ERR(svn_wc_status3(&defining_status, ctx->wc_ctx,
> > defining_abspath,
> > + iterpool, iterpool));
>
> Defi
> -Original Message-
> From: s...@apache.org [mailto:s...@apache.org]
> Sent: dinsdag 25 oktober 2011 18:40
> To: comm...@subversion.apache.org
> Subject: svn commit: r1188774 -
> /subversion/trunk/subversion/libsvn_client/externals.c
>
> Author: stsp
> Date: Tue Oct 25 16:39:37 2011
> N
Hyrum K Wright writes:
> While I appreciate the need to have concise code, it wouldn't surprise me if
> the special case was in there for performance reasons. If the no-mergeinfo
> case is very common, avoiding superfluous calls to mergeinfo_to_string()
> and svn_stringbuf__morph_into_string() c
On Wed, Oct 26, 2011 at 5:07 AM, wrote:
> Author: julianfoad
> Date: Wed Oct 26 10:07:01 2011
> New Revision: 1189103
>
> URL: http://svn.apache.org/viewvc?rev=1189103&view=rev
> Log:
> * subversion/libsvn_subr/mergeinfo.c
> (svn_mergeinfo_to_string): Simplify by eliminating special-casing of N=
On Wed, Oct 26, 2011 at 8:19 AM, Bert Huijben wrote:
>> 1) The status API changed in 1.7 to report 3 statuses back
>> - Since this was missed in JavaHL we will need to rev this in 1.8 so
>> that JavaHL reports the 3 statuses.
>
> I don't know about the JavaHL compatibility guarantees; maybe we
> -Original Message-
> From: Mark Phippard [mailto:markp...@gmail.com]
> Sent: woensdag 26 oktober 2011 14:15
> To: Bert Huijben
> Cc: Hyrum K Wright; dev@subversion.apache.org
> Subject: Re: Breakage in Status API
>
> On Wed, Oct 26, 2011 at 7:58 AM, Bert Huijben wrote:
>
> >> This wo
On Wed, Oct 26, 2011 at 7:58 AM, Bert Huijben wrote:
>> This workaround turns out to be not so perfect. Have you had a chance
>> to look at this problem in the API?
>
> I spend some time creating a test framework for comparing behavior, but what
> I found was a complete different issue.
>
> In S
> -Original Message-
> From: Mark Phippard [mailto:markp...@gmail.com]
> Sent: dinsdag 25 oktober 2011 19:12
> To: Bert Huijben
> Cc: Hyrum K Wright; dev@subversion.apache.org
> Subject: Re: Breakage in Status API
>
> On Wed, Oct 19, 2011 at 3:02 PM, Mark Phippard
> wrote:
> > On Wed, O
Krigsman Kristian writes:
> svnadmin create repo
> svn co file://`pwd`/repo wc
> cd wc
> mkdir -p A/B/C D
> echo text > A/B/file
> svn add A D
> echo ^/A/B E > external.prop
> echo ^/A/B/file E/file2 >> external.prop
> svn propset svn:externals -F external.prop D
So that defines both a directory
21 matches
Mail list logo