Stefan Sperling wrote on Wed, May 09, 2012 at 11:12:10 +0200:
> On Wed, May 09, 2012 at 11:09:35AM +0300, Daniel Shahaf wrote:
> > Hi, just wanted to say thanks for the effective bug report.
>
> Yes, it is very good indeed.
>
> > I'm not able to look further i
Hi, just wanted to say thanks for the effective bug report. I'm not
able to look further into this right now but I hope someone else will.
Daniel
Stefan Podskubka wrote on Wed, May 09, 2012 at 09:20:59 +0200:
> Hello,
>
>> So maybe it is related to the server version and the communication
>> p
Stefan Sperling wrote on Tue, May 08, 2012 at 20:48:56 +0200:
> On Tue, May 08, 2012 at 09:45:12PM +0300, Daniel Shahaf wrote:
> > Stefan Sperling wrote on Tue, May 08, 2012 at 20:20:27 +0200:
> > > So 'svn status -u' is a better equivalent to 'hg incoming'
Stefan Sperling wrote on Tue, May 08, 2012 at 20:20:27 +0200:
> So 'svn status -u' is a better equivalent to 'hg incoming' than
> 'svn log -rBASE:HEAD'. But, in most cases, the log command will show
> what you're interested in.
For completeness, using 'svnversion' in combination with 'svn log' can
See line 1063:1085 of
https://svn.apache.org/repos/asf/subversion/trunk/subversion/svnlook/main.c
for one possible explanation. If that is the case here, too, you would
need to disable stdout buffering --- adding a flush() call to svn's code
is the easiest way, but perhaps not the only way, to do
Ryan Schmidt wrote on Mon, May 07, 2012 at 12:49:58 -0500:
> On May 7, 2012, at 11:18, Moty wrote:
>
> > I want to make svn history smaller. I have 55000 revisions
> > and it make life slower for developers.
>
>
> How does having 55,000 revisions make things slow?
>
Perhaps it's an unsharded F
Stefan Sperling wrote on Mon, May 07, 2012 at 18:12:30 +0200:
> On Mon, May 07, 2012 at 11:51:44AM -0400, Bob Archer wrote:
> > It sounds like what he is asking for more than a "shared working copy
> > metadata" is sharing the pristine. For example, if I have a file that is in
> > 10 branches and
Dario Marini wrote on Fri, May 04, 2012 at 16:04:17 +0200:
> In order to avoid the ignore of files matching those patterns I have to
> define the global-ignores parameter in config file and set it to empty.
>
> Am I missing something?
No.
Lorenz wrote on Wed, May 02, 2012 at 06:40:03 +:
> nut wrote:
>
> >I'm trying to delete some files from my repository. After "svn delete
> >", I get
> >
> >D
> >
> >as expected, but when I try to commit, I get
> >
> >svn: Commit failed (details follow):
> >svn: ' is not under version control
Tom Bing wrote on Tue, May 01, 2012 at 20:04:41 -0400:
> I appreciate your advice, I'll check the SVNKit lists.
>
> Judging from the access timestamps (ls -lu jsvn*) the "jsvnadmin"
> script was the only one that had been accessed when this
> basic_tests.py run failed.
Not surprising; 'svnadmin c
Tom Bing wrote on Tue, May 01, 2012 at 12:04:03 -0400:
> I am running some tests with basic_tests.py to verify the operation of
> the SVNKit command-line client scripts. I encountered an error (Errno
> 8) when I ran basic_tests.py with the --use-jsvn
SVNKit questions should be asked on the SVNKit
Philip Martin wrote on Tue, May 01, 2012 at 10:43:20 +0100:
> Ryan Schmitz writes:
>
> > Is there another way for me to run 'svn status'?
>
> We might be able to do without. It's unfortunate that the abort message
> doesn't give us the filename, if you can run under a debugger the stack
> trace
http://subversion.apache.org/docs/community-guide/mailing-lists.html#fresh-post
It would be useful to know what backend you use (FSFS or BDB), what
authn and authz configuration you have, and what is the minimal httpd
config that still reproduces the leak.
Daniel
Rp0013 wrote on Mon, Apr 30, 201
Daniel Shahaf wrote on Mon, Apr 30, 2012 at 17:13:06 +0300:
> Tom Bing wrote on Mon, Apr 30, 2012 at 09:55:33 -0400:
> > Folks, I did try to study the testing READMEs and the info at
> > http://subversion.apache.org/docs/community-guide/building.html before I
> > posted h
mentation, we'll be glad to hear them.
Cheers,
Daniel
> Many thanks,
> Tom
>
> On Sun, Apr 29, 2012 at 10:04 AM, Nico Kadel-Garcia
> wrote:
> >
> >
> > On Sun, Apr 29, 2012 at 8:54 AM, Daniel Shahaf
> > wrote:
> >>
> >> Nico Kadel-Ga
Nico Kadel-Garcia wrote on Sun, Apr 29, 2012 at 08:48:27 -0400:
> On Sun, Apr 29, 2012 at 1:31 AM, Daniel Shahaf wrote:
>
> > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 21:38:59 -0400:
> >
> > > > SKIP and XFAIL are not errors. FAIL are errors. XPASS are not
Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 21:38:59 -0400:
> On Sat, Apr 28, 2012 at 5:27 PM, Daniel Shahaf wrote:
>
> > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 16:56:54 -0400:
> > > If you're up for some testing, there are tools I've submitted to
&
Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 16:56:54 -0400:
> If you're up for some testing, there are tools I've submitted to Repoforge
> for building 1.6.18 and 1.7.4 over at http://www.github.com/nkadel/ All the
> patches and .spec files for building the RPM's, compatble for RHEL 4, 5,
> and
Can you post a transcript of your shell session, starting from a fresh
checkout, and including the `svn status` output both before and after
running 'svm delete'? What version of svn are you using? Have you
tried 'svn commit' without any other arguments?
nut wrote on Fri, Apr 27, 2012 at 11:36:5
As to "how could I know this" --- *_tests.py take a --help option,
which lists --bin in its output.
*_tests.py look by default for svn in ../../svn/svn --- i.e., build
outputs. Are you running from a built source tree? If not, pass
--bin=/usr/bin.
Ek Tsoon Tan wrote on Fri, Apr 27, 2012 at 09:51:10 -0400:
> Hello,
>
> I've recently been unable to perform svn update or svn commit on my
> unix/linux machine. The error that shows is "...SSL negotiation failed: SSL
> error: compression library error (...". Doing svn on Windows still works.
> Do
6.11 bugs at this point. Bugs in 1.6.18
would be a hard sell too, unless they affect 1.7.4 or trunk.
> Will
>
Cheers
Daniel
> -Original Message-
> From: Daniel Shahaf [mailto:danie...@elego.de]
> Sent: Thursday, April 26, 2012 14:27
> To: Will Fleming
> Cc: users@su
Which line did you remove whitespace from? (And please don't say "153".
Show the line in context, and indicate which of the lines in the context
it is. Thanks.)
Will Fleming wrote on Thu, Apr 26, 2012 at 12:31:29 -0600:
> Should I log this as a bug?
> I made an option setting in the servers file
Daniel Shahaf wrote on Thu, Apr 26, 2012 at 18:36:54 +0300:
> Without reading the context: Philip Martin posted just this week with
> a detailed explanation of when non-ASCII passwords would (and wouldn't)
> work over http.
(The bottom line was that the input on the client must resu
Without reading the context: Philip Martin posted just this week with
a detailed explanation of when non-ASCII passwords would (and wouldn't)
work over http.
Nico Kadel-Garcia wrote on Thu, Apr 26, 2012 at 08:12:27 -0400:
> On Thu, Apr 26, 2012 at 7:36 AM, Cooke, Mark wrote:
>
> > Hi Steve,
> >
Stefan Sperling wrote on Thu, Apr 26, 2012 at 10:39:23 +0200:
> $ svn status | grep '^[A-Z]' | sed 's/^. \(.*\)$/\1/'
The exact format of this output is subject to change with minor versions
(1.7 to 1.8, etc). For example the 7th column (for tree conflicts)
didn't exist in 1.4. The release
-q hides '?' (unversioned) files from the output.
Gary wrote on Thu, Apr 26, 2012 at 09:02:17 +0100:
> I'm just wondernig if it's possible to pipe or otherwise use the output from
> "svn st" into the "svn cl XYZ" command (for the file paths / names,
> obviously). I can't even see any option to "
Alan Hourihane wrote on Thu, Apr 26, 2012 at 08:24:52 +0100:
> On 04/26/12 04:38, Daniel Shahaf wrote:
> > Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100:
> >> Yes, it doesn't work as you are checking /usr first, yet it should be
> >> pkg-config first
Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100:
> Yes, it doesn't work as you are checking /usr first, yet it should be
> pkg-config first (or only)
Can't be "only" pkg-config, as that would break the build on systems
that don't have it.
Johan Corveleyn wrote on Wed, Apr 25, 2012 at 10:50:53 +0200:
> with 'svn switch --relocate'.
This syntax works in all 1.x client versions, regardless of the value of x.
Daniel Shahaf wrote on Sat, Apr 14, 2012 at 18:28:05 +0300:
> Stefan Sperling wrote on Sat, Apr 14, 2012 at 17:00:19 +0200:
> > On Sat, Apr 14, 2012 at 10:05:36AM -0400, Nico Kadel-Garcia wrote:
> > > It's cool. I've seen projects fork and keep the same name before
; Last Changed Date: 2012-04-20 19:33:29 -0400 (Fri, 20 Apr 2012)
>
>
>
> -Original Message-
> From: Daniel Shahaf [mailto:danie...@elego.de]
> Sent: Monday, April 23, 2012 1:34 PM
> To: Gegerson, Jamie Mr CTR USA USACE
> Cc: users@subversion.apache.org
> Subject: Re:
Daniel Shahaf wrote on Tue, Apr 24, 2012 at 01:34:16 +0300:
> (Obligatory invitation for you to want to write a patch that exposes
> svn_wc_status_func2_t to the Perl bindings goes here.)
And thanks, etc. I'm just a bit too tired for the full boilerplate
right now :-/
/subversion.tigris.org/issues/show_bug.cgi?id=2646
> But that only implements exporting of the functions. So I filed a new issue:
> http://subversion.tigris.org/issues/show_bug.cgi?id=4165
>
> - Jim
>
> On Fri, Apr 20, 2012 at 2:39 PM, Daniel Shahaf wrote:
> > Hmm. A qu
Gegerson, Jamie Mr CTR USA USACE wrote on Mon, Apr 23, 2012 at 11:52:06 -0400:
> Sending this in because the most recent reference to this failed assertion
> occurs in 2010.
>
>
>
> Got the following exception when trying to show a revision log range by date
> from 2012/01/01 to 2012/04/23. I
print "$path,$status\n" },
>1, 1, 1, 0);
>
> print "\n\nUsing status3:\n";
> $s->status3( "", undef,
> sub{($path, $status) = @_;
> print "$path,$status\n" },
> $SVN::Core
Stefan Sperling wrote on Fri, Apr 20, 2012 at 14:38:19 +0200:
> Such problems didn't happen during the 1.6->1.7 timeframe as far as I
> can see (people got an error message and understood what was going on).
>
But in the 1.6->1.7 upgrade people had to go through all working copies
managed by unma
Wolfram Nyaa~ wrote on Fri, Apr 20, 2012 at 14:05:17 +0700:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 20.04.2012 1:35, Daniel Shahaf wrote:
> > Wolfram Nyaa~ wrote on Fri, Apr 20, 2012 at 00:32:40 +0700:
> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
n function 'dav_svn__log_err':
> subversion/mod_dav_svn/util.c:630:20: error: 'dav_error' has no member named
> 'save_errno'
> subversion/mod_dav_svn/util.c:631:28: error: 'dav_error' has no member named
> 'save_errno'
>
> A patch wa
Wolfram Nyaa~ wrote on Fri, Apr 20, 2012 at 00:32:40 +0700:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 04/19/2012 11:32 PM, Daniel Shahaf wrote:
> > For what configuration and what data? Client config? Server
> > config? Working copies? Repositories?
>
For what configuration and what data? Client config? Server config?
Working copies? Repositories?
Wolfram Nyaa~ wrote on Thu, Apr 19, 2012 at 14:20:38 +0700:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Could Subversion please follow the XDG Base Directory Specification for
> the conf
Rico Bachmann wrote on Thu, Apr 19, 2012 at 10:27:00 +0200:
> But, when I try to link to the apr-1-config from apr when configure
> apr-util, I've got this error:
Build problems with apr-util belong on the @apr.apache.org mailing
lists; it's a separate project.
Consider narrowing down your questi
svn 1.7 is supposed to follow 301(permanent)/302(temporary) redirects.
Are you on 1.7.x?
Tim Watts wrote on Tue, Apr 17, 2012 at 09:25:01 +0100:
> Lorenz yahoo.com> wrote:
>
> > Tim Watts wrote:
> >> [...]
> >> We're changing SVN servers from mod-dav-svn to SCM-Manager - and one
> >> minor fly in
Thanks for the pointers, Konstantin. I've promoted the bug to
1.8-consider. (It's not a release blocker.)
Konstantin Kolinko wrote on Tue, Apr 17, 2012 at 03:02:23 +0400:
> 2012/4/16 Daniel Shahaf :
> > Kuno Meyer wrote on Mon, Apr 16, 2012 at 16:51:29 +0200:
> >> Da
Kuno Meyer wrote on Mon, Apr 16, 2012 at 16:51:29 +0200:
> Daniel Shahaf wrote on Mon, 16 Apr 2012 14:48:45 +0300:
> > Kuno Meyer wrote on Mon, Apr 16, 2012 at 10:31:33 +:
> > > Is it by design that 'svn cleanup' ignores externals and that there is
>
Kuno Meyer wrote on Mon, Apr 16, 2012 at 10:31:33 +:
> Is it by design that 'svn cleanup' ignores externals and that there is no way
> to
> include them?
>
You should be able to include them by naming them explicitly:
% svn cleanup path/to/external/dir
> I found it a bit inconsistent that
(exit code 255) with no output
>
> On Sun, Apr 15, 2012 at 10:02 PM, Daniel Shahaf
> wrote:
>
> > Both of these look normal. Please keep the list in the CC.
> >
> > Armando Perico wrote on Sun, Apr 15, 2012 at 22:00:41 +0200:
> > > # xxd pre-commit
amp;2 .exi
> 020: 7420 300at 0.
>
> ls -dl testrepo/hooks/
> drwxrwxrwx. 2 apache apache 4096 Apr 15 10:56 testrepo/hooks/
>
> On Sun, Apr 15, 2012 at 5:30 PM, Daniel Shahaf wrote:
>
> > What's the output of
> >
> > xxd
What's the output of
xxd pre-commit
ls -dl testrepo/hooks/
Armando Perico wrote on Sun, Apr 15, 2012 at 13:02:35 +0200:
> Hello,
>
> I'm having problems with hook scripts (pre-commit or post-commit)
> - When I try to commit, the svn commit is not performing completely, it
> is returning "Commit
Nico Kadel-Garcia wrote on Sat, Apr 14, 2012 at 14:57:07 -0400:
> On Tue, Apr 10, 2012 at 2:57 AM, Daniil S wrote:
>
> > Hello.
> >
> > Documentation says:
> >
> > Initialize a destination repository for synchronization from
> > another repository.
> > …
> > $ svnsync initialize http
Stefan Sperling wrote on Sat, Apr 14, 2012 at 17:00:19 +0200:
> On Sat, Apr 14, 2012 at 10:05:36AM -0400, Nico Kadel-Garcia wrote:
> > It's cool. I've seen projects fork and keep the same name before, and it
> > wasn't pretty.
>
> Just to be clear: It's not a fork. It's the same project under a ne
non-trivial change for an uncommon use case.
>
What do you expect to happen in the following use-case:
1. the sync source URL is the repos root
2. the following authz file applies:
[/]
* =
[/A/B]
sasak = r
?
> On Fri, Apr 13, 2012 at 1:25 PM, Daniel Shahaf
> wrote:
> > Wh
When --incremental isn't used svnrdump tries to dump the full tree and
runs into the authz restrictions. Do you have a suggestion for an
alternative behaviour?
Andrew Sasak wrote on Fri, Apr 13, 2012 at 11:58:50 -0400:
> svnrdump fails when access control restrictions are in place on the
> server
Ryan Schmidt wrote on Fri, Apr 13, 2012 at 05:28:41 -0500:
>
> On Apr 13, 2012, at 04:58, Daniel Shahaf wrote:
>
> > Ryan Schmidt wrote on Fri, Apr 13, 2012 at 04:55:17 -0500:
> >>
> >> On Apr 13, 2012, at 04:43, Daniel Shahaf wrote:
> >>
> >&g
Ryan Schmidt wrote on Fri, Apr 13, 2012 at 04:55:17 -0500:
>
> On Apr 13, 2012, at 04:43, Daniel Shahaf wrote:
>
> > 1.x-compatible:
> > use 'svn cat' to obtain a tempfile.
>
> That's a good idea. It sounds like this would be less work and
>
Ryan Schmidt wrote on Fri, Apr 13, 2012 at 03:55:34 -0500:
> I have not upgraded to Subversion 1.7 yet. I'm still on 1.6.17.
>
> One reason is that there is a script I like to use, that I wrote, called
> svntwdiff. It goes like this:
>
>
> $ cat svntwdiff
> #!/bin/bash
>
You could use #!/bin
> On Wed, Apr 11, 2012 at 2:34 PM, Daniel Shahaf wrote:
>
> > 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:
> > > H
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...@
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
>
>
>
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.
>
>
> --
Ben Aveling wrote on Sun, Apr 08, 2012 at 16:51:33 +1000:
> But at this moment, I want to know when a line was removed, so I do
> want to have the 'end' precede the 'start'.
>
> Is there a way to do it?
>
Yes and no.
The 'start < end' check is implemented at the library level, not at the
client
Dmitry Batrak wrote on Fri, Apr 06, 2012 at 00:30:06 +0400:
> The most convenient API call to fetch the required data I've found is
> 'replay_range', as it returns both 'structural' changes and properties
> changes. But property changes can only be received together with text
> deltas, which in thi
Haven't read the whole thread, but the problem here has to do with r81.
r80 moved fine and I expect `svnlook youngest dest` = 80.
If the source repos has authz set up or has undergone history surgeries
that's likely related.
You could try running:
% svnserve --log-file=foo.log -dr.
% svnsync sync
Jason Wong wrote on Fri, Mar 30, 2012 at 11:39:02 -0700:
> On Wed, Mar 28, 2012 at 12:00 PM, Daniel Shahaf wrote:
> > Jason Wong wrote on Wed, Mar 28, 2012 at 11:49:20 -0700:
> >> dump-noderev.pl /repo /
> >> -
> >> id: 0.0.r62104/28771
Nico Kadel-Garcia wrote on Thu, Mar 29, 2012 at 20:33:44 -0400:
> On Thu, Mar 29, 2012 at 8:03 AM, Daniel Shahaf wrote:
>
> > Nico Kadel-Garcia wrote on Thu, Mar 29, 2012 at 07:53:05 -0400:
> > > On Thu, Mar 29, 2012 at 6:59 AM, Mark Phippard
> > wrote:
> > >
Nico Kadel-Garcia wrote on Thu, Mar 29, 2012 at 07:53:05 -0400:
> On Thu, Mar 29, 2012 at 6:59 AM, Mark Phippard wrote:
>
> > On Thu, Mar 29, 2012 at 6:35 AM, Ben Stover wrote:
> > > As I can see there are a couple of different SVN servers and mutiple SVN
> > clients.
> > >
> > > Do all SVN clie
Stephen Butler wrote on Thu, Mar 29, 2012 at 09:35:27 +0200:
>
>
> On Mar 29, 2012, at 1:24 , Varnau, Steve (Seaquest R&D) wrote:
>
> > I did not get any responses on this bug report, neither confirming nor
> > denying.
>
> We're an open community, as you know. If something is neither confirm
Jason Wong wrote on Wed, Mar 28, 2012 at 11:49:20 -0700:
> dump-noderev.pl /repo /
> -
> id: 0.0.r62104/28771
> type: dir
> pred: 0.0.r62103/28680
> count: 62071
> text: 62104 27520 1238 1238 ea635421e867454f9f7bc503c8160a2c
> cpath: /
> copyroot: 0 /
> minfo-cnt: 25707
> --
Johan Corveleyn wrote on Wed, Mar 28, 2012 at 16:38:41 +0200:
> Thanks both for your help. Maybe this will help others running in the
> same situation ...
Do you know what cause the pristine to disappear in the first place?
t clients I have tried including Tortoise SVN 1.6.7 and I think
> the person who discovered it was running 1.7, and from the command
> line I tried versions 1.6.6 and 1.6.16.
>
> Perhaps this is something fixed in 1.7?
>
> On 03/26/2012 12:59 PM, Daniel Shahaf wrote:
> >What
What version of svn on the client and on the server? (Go to http://../
in a browser and check hte footer)
Trent Fisher wrote on Mon, Mar 26, 2012 at 12:35:27 -0400:
> I think I found a bug relating to handling of non-unicode characters
> in log messages. When I do an "svn log" via the file:// ur
"SVNAdvertiseV2Protocol off" might be a workaround.
Note that there are known issues with httpd-2.4 support in svn with bdb
repositories.
vishwajeet singh wrote on Mon, Mar 26, 2012 at 15:13:16 +0530:
> Hi All,
>
> I recently upgraded from subversion server from 1.6 to 1.7, everything
> works f
(Just changing the subject so mergeinfo gurus spot this thread too.
tldr: #4129 also explains a bug whereby FSFS minfo-cnt values were set
to the value read from uninitialized memory (and which might therefore
have been smaller than the correct value).)
Philip Martin wrote on Fri, Mar 23, 2012 at
The relevant code is in libsvn_repos/authz.c. Look at the call to
svn_repos_authz_read() in mod_authz_svn.c: the file is read and parsed
once per connection.
I guess you could cache the parsed svn_authz_t struct in a longer-lived
pool, or perhaps increase the lifetime of connections (compare the
Justin Johnson wrote on Thu, Mar 22, 2012 at 13:03:04 -0500:
> On Tue, Mar 20, 2012 at 2:32 PM, Daniel Shahaf wrote:
>
> > Daniel Shahaf wrote on Tue, Mar 20, 2012 at 00:49:06 +0200:
> > > The time until 1.7.5 is counted in weeks, and 1.6.18 is scheduled to be
>
No, it's not a known bug. We require 2.5 or newer, so we'll be happy to
accept patches here as long as they don't break compat with those older
versions.
Daniel
(I'm assuming there are other except: statements affected by this)
Brad Lemings wrote on Thu, Mar 22, 2012 at 09:14:30 -0700:
> Hello a
Jim Searle wrote on Wed, Mar 21, 2012 at 16:03:05 -0700:
> I am currently using the perl api info and diff_summarize methods, but
> I need to switch to info2 and diff_summarize2 since they support the
> 'depth' option. But I can't figure out the correct syntax, does
> anyone have an example?
>
%
Wolfgang Schludi wrote on Wed, Mar 21, 2012 at 13:59:46 +0100:
> Am 21.03.2012 10:14, schrieb Daniel Shahaf:
> >Schludi Wolfgang wrote on Tue, Mar 20, 2012 at 15:19:39 +:
> >[...]
> >>* is the bug already in the issue tracker?
> >Have you looked? If
Schludi Wolfgang wrote on Tue, Mar 20, 2012 at 15:19:39 +:
> attached is my shell-script "svn-bug.sh" to reproduce the error.
> also attached is the logfile from "bash -x ./svn-bug.sh > svn-bug.out 2>&1"
>
> short description:
> I replaced some files in some branches with file-externals.
> whe
Jason,
I've learnt yesterday something new about the minfo-cnt corruption bug:
it can manifest not only as absurdly high values (on the order of 2**70),
but as far smaller wrong increments too (such as increment of 172
instead of of 0 on one occasion).
Could you determine whether said bug has occ
Sérgio Basto wrote on Wed, Mar 21, 2012 at 07:22:03 +:
> Hi, Dev list , I want to fix random sort of svn status and svn diff, on
> recent code of svn, it just put a sort somewhere, could someone point me
> the directory in the source code, where is the code of svn frontend
> commands like diff
Philip Martin wrote on Wed, Mar 21, 2012 at 00:51:53 +:
> Sérgio Basto writes:
>
> > On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote:
> >> On Mar 20, 2012, at 19:17, Sérgio Basto wrote:
> >>
> >> > Hi, I am facing a problem
> >> > I do a svn diff | lsdiff
> >> > I got file in random
Daniel Shahaf wrote on Tue, Mar 20, 2012 at 00:49:06 +0200:
> The time until 1.7.5 is counted in weeks, and 1.6.18 is scheduled to be
> released next week.
>
The fix was merged to 1.6.x@HEAD today and barring surprises will be
included in 1.6.18.
Jason Wong wrote on Mon, Mar 19, 2012 at 15:34:53 -0700:
> On Mon, Mar 19, 2012 at 1:56 PM, Daniel Shahaf wrote:
> > Jason Wong wrote on Mon, Mar 19, 2012 at 13:41:19 -0700:
> >> Hello Daniel, Philip.
> >>
> >> I have been following the thread: "#4129 i
Jason Wong wrote on Mon, Mar 19, 2012 at 13:41:19 -0700:
> Hello Daniel, Philip.
>
> I have been following the thread: "#4129 is reproducible Re:
> predecessor count for the root node-revision is wrong message".
> It looks like you all have it figured out now. Good job.
>
> Do you need any more i
Philip Martin wrote on Mon, Mar 19, 2012 at 18:45:37 +:
> Philip Martin writes:
>
> > If I use the debugger to manually set target->node_revision to NULL
> > inside svn_fs_fs__dag_increment_mergeinfo_count then the commit works.
> > I'm not exactly sure how all the FSFS caching layers are sup
Philip Martin wrote on Mon, Mar 19, 2012 at 18:31:41 +:
> Daniel Shahaf writes:
>
> > C. Michael Pilato wrote on Mon, Mar 19, 2012 at 13:57:51 -0400:
> >> Is this problem specific to the FSFS backend?
> >
> > No.
> >
> > % ../runpytest svnadmin m
C. Michael Pilato wrote on Mon, Mar 19, 2012 at 13:57:51 -0400:
> Is this problem specific to the FSFS backend?
No.
% ../runpytest svnadmin mergeinfo_race --fs-type bdb
2012-03-19 20:21:44 [WARNING] CWD:
/home/daniel/src/svn/t1/subversion/tests/cmdline
2012-03-19 20:21:44 [WARNING] EXCEPTION: Fa
Philip Martin wrote on Mon, Mar 19, 2012 at 17:25:22 +:
> Philip Martin writes:
>
> > I can reproduce ove ra_local:
> >
> > svnadmin create repo
> > svn mkdir -mm file://`pwd`/repo/A
> > svn mkdir -mm file://`pwd`/repo/B
> > svn co file://`pwd`/repo wc1
> > svn co file://`pwd`/repo wc2
> > sv
shashank subramaniam wrote on Mon, Mar 19, 2012 at 20:29:47 +0530:
> Hey,
> We tried looping as a solution to the ''Predescessor
> Count for the root node revision is wrong' error (We looped the commit
> alone till it is commited).This works, but if 100 people try to commit to
Daniel Shahaf wrote on Sun, Mar 18, 2012 at 16:28:21 +0200:
> [ cc += dev@. summary for dev@: investigating issue #4129: predecessor
> count of rN is not incremented by one wrt that of r(N-1); see
> http://subversion.tigris.org/issues/show_bug.cgi?id=4129 ]
Okay, count me happy :
iel Shahaf wrote:
> > Jason Wong wrote on Tue, Mar 13, 2012 at 06:57:59 -0700:
> >> On Fri, Mar 2, 2012 at 8:12 AM, Daniel Shahaf wrote:
> >> > Jason Wong wrote on Fri, Mar 02, 2012 at 07:32:38 -0800:
> >> >> On Fri, Mar 2, 2012 at 2:58 AM, Daniel Shahaf wro
) in whether the
repository supports certain kinds of efficient mergeinfo
representations. The latter should be documented in the 1.5 release
notes.
> Giorgio
>
>
> > From: Daniel Shahaf
> > Date: Fri, 16 Mar 2012 21:27:55 +0200
> >
> > Your recipe shoul
Your recipe should work, assuming the file was added in r100 and never
changed or copied afterwards. You may pass --deltas to 'svnadmin dump'
(no reason not to). It'll offset r101:r200 revnums by one in the new
repository.
Another way is to use svnsync with path-based authz blocking the file
(an
Matyas Selmeci wrote on Thu, Mar 15, 2012 at 13:48:03 -0500:
> Hi all,
>
> So apparently SVN 1.7 uses Sqlite to store working copy metadata. It
> also uses Sqlite to store repository metadata, but only if
> repo-sharing is enabled. Is that correct?
>
Yes, except that you mean "representation sha
subu7890 wrote on Tue, Mar 13, 2012 at 21:51:17 -0700:
> Hey Jason,
> I'm also facing a similar problem.I'm working on a project
> where the svn implementation is on the server side.Since svn
> merge(reintegration only required for my project) reqiures a local working
> copy, I m
Jason Wong wrote on Tue, Mar 13, 2012 at 06:57:59 -0700:
> On Fri, Mar 2, 2012 at 8:12 AM, Daniel Shahaf wrote:
> > Jason Wong wrote on Fri, Mar 02, 2012 at 07:32:38 -0800:
> >> On Fri, Mar 2, 2012 at 2:58 AM, Daniel Shahaf wrote:
> >> > Jason Wong wrote on Thu,
Andreas Krey wrote on Wed, Mar 14, 2012 at 15:33:35 +0100:
> Hi,
>
> the full glory:
>
> svn: E175008: Commit failed (details follow):
> svn: E175008: At least one property change failed; repository is unchanged
> svn: E175002: Error setting property 'ignore':
> Cannot accept non-LF line
local style. */
> const char *
> svn_path_local_style(const char *path, apr_pool_t *pool);
>
>
> 2012/3/12 Daniel Shahaf
>
> > Yes to the second question, see svn_path.h and svn_dirent_uri.h
> >
> > 罗勇刚(Yonggang Luo) wrote on Sun, Mar 11, 2012 at 22:43:42 +0800:
>
901 - 1000 of 1950 matches
Mail list logo