my issue: ignore server invaild certificate by call api in linux

2016-10-20 Thread 袁立新
dear, our program call the api "svn_auth_ssl_server_trust_prompt_func_t" in windows can ignore server invaild certificate, code like : svn_client_get_ssl_server_trust_prompt_provider( &provider, onSslServerTrustPrompt, this, pool); *(svn_auth_pro

Re: diff --summarize --ignore-properties

2015-03-23 Thread Julian Foad
Stefan Sperling wrote: > http://svn.apache.org/r1668625 > > I will nominate this for backport to 1.9 shortly. Note that there is > no guarantee it will show up in 1.9.0 until the release happened. Please nominate for 1.8 as well. It can well be justified as a bug fix. - Julian

Re: diff --summarize --ignore-properties

2015-03-23 Thread Stefan Sperling
On Mon, Mar 23, 2015 at 12:11:37PM +0100, Stefan Sperling wrote: > On Mon, Mar 23, 2015 at 02:43:20AM -0700, Chris wrote: > > Please consider either adding this "filtering", or an error message in > > future releases. > > Working on it... http://svn.apache.org/r1668625 I will nominate this for

Re: diff --summarize --ignore-properties

2015-03-23 Thread Chris
On Mon, 3/23/15, Julian Foad wrote: Subject: Re: diff --summarize --ignore-properties To: "Chris" Cc: "dev" Date: Monday, March 23, 2015, 12:26 PM Hi Chris. On 23 March 2015 at 09:43, Chris wrote: > searching fo

Re: diff --summarize --ignore-properties

2015-03-23 Thread Julian Foad
Hi Chris. On 23 March 2015 at 09:43, Chris wrote: > searching for previous information on a problem I'm checking up on, I found > the below discusion on this list: > > http://subversion.1072662.n5.nabble.com/svn-diff-summarize-with-ignore-properties-or-properties-only-td192046.h

Re: diff --summarize --ignore-properties

2015-03-23 Thread Stefan Sperling
On Mon, Mar 23, 2015 at 02:43:20AM -0700, Chris wrote: > Please consider either adding this "filtering", or an error message in future > releases. Working on it...

diff --summarize --ignore-properties

2015-03-23 Thread Chris
Hi, searching for previous information on a problem I'm checking up on, I found the below discusion on this list: http://subversion.1072662.n5.nabble.com/svn-diff-summarize-with-ignore-properties-or-properties-only-td192046.html I apologize if this is the wrong list for posting this query

Re: svn diff --summarize with --ignore-properties or --properties-only

2015-02-14 Thread Bert Huijben
s/libsvn_fs_fs/fs-fs-fuzzy-test.c A subversion/tests/libsvn_fs_fs/fs-fs-private-test.c M subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c M subversion/tests/libsvn_fs_fs $ svn diff --summarize -r163:164 subversion/tests/libsvn_fs_fs --ignore-properties MM subversion/test

Re: svn diff --summarize with --ignore-properties or --properties-only

2015-02-14 Thread Bert Huijben
subversion/tests/libsvn_fs_fs $ svn diff --summarize -r163:164 subversion/tests/libsvn_fs_fs --ignore-properties MM subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c A subversion/tests/libsvn_fs_fs/fs-fs-private-test.c M subversion/tests/libsvn_fs_fs/fs-fs-pack

svn diff --summarize with --ignore-properties or --properties-only

2015-02-14 Thread Julian Foad
-test.c  M  subversion/tests/libsvn_fs_fs $ svn diff --summarize -r163:164 subversion/tests/libsvn_fs_fs --ignore-properties MM  subversion/tests/libsvn_fs_fs/fs-fs-fuzzy-test.c A   subversion/tests/libsvn_fs_fs/fs-fs-private-test.c M   subversion/tests/libsvn_fs_fs/fs-fs

Re: [PATCH][RFC] svnadmin load --ignore-dates

2014-02-05 Thread C. Michael Pilato
On 02/05/2014 05:45 AM, Julian Foad wrote: > C. Michael Pilato wrote: > >> Mostly looking >> for general feedback on the idea of the "sounds useful if it works" or >> "you *really* don't want to go there" variety, but deeper review is of >> course welcome, too. > > It seems a reasonable enhanceme

Re: [PATCH][RFC] svnadmin load --ignore-dates

2014-02-05 Thread Julian Foad
Daniel Shahaf wrote: > C. Michael Pilato wrote: >> Introduce '--ignore-dates' option for 'svnadmin load', > > [...] However, 'load --ignore-dates' has another use-case: preventing > the "-r {DATE} doesn't work as intended" syndrome

RE: [PATCH][RFC] svnadmin load --ignore-dates

2014-02-05 Thread Bert Huijben
Fuhrmann [mailto:stefan.fuhrm...@wandisco.com] Sent: woensdag 5 februari 2014 06:08 To: Branko Čibej Cc: Subversion Development Subject: Re: [PATCH][RFC] svnadmin load --ignore-dates On Wed, Feb 5, 2014 at 6:03 AM, Stefan Fuhrmann mailto:stefan.fuhrm...@wandisco.com> > wrote: On Wed, Feb 5, 201

Re: [PATCH][RFC] svnadmin load --ignore-dates

2014-02-05 Thread Julian Foad
C. Michael Pilato wrote: > Mostly looking > for general feedback on the idea of the "sounds useful if it works" or > "you *really* don't want to go there" variety, but deeper review is of > course welcome, too. It seems a reasonable enhancement to me. Simple and to the point. (A couple of style

Re: [PATCH][RFC] svnadmin load --ignore-dates

2014-02-04 Thread Stefan Fuhrmann
On Wed, Feb 5, 2014 at 6:03 AM, Stefan Fuhrmann < stefan.fuhrm...@wandisco.com> wrote: > On Wed, Feb 5, 2014 at 4:02 AM, Branko Čibej wrote: > >> On 05.02.2014 03:10, Daniel Shahaf wrote: >> >> However, 'load --ignore-dates' has another use-case: prev

Re: [PATCH][RFC] svnadmin load --ignore-dates

2014-02-04 Thread Stefan Fuhrmann
On Wed, Feb 5, 2014 at 4:02 AM, Branko Čibej wrote: > On 05.02.2014 03:10, Daniel Shahaf wrote: > > However, 'load --ignore-dates' has another use-case: preventing the "-r > {DATE} doesn't work as intended" syndrome when loading a project's history &g

Re: [PATCH][RFC] svnadmin load --ignore-dates

2014-02-04 Thread Branko Čibej
On 05.02.2014 03:10, Daniel Shahaf wrote: > However, 'load --ignore-dates' has another use-case: preventing the > "-r {DATE} doesn't work as intended" syndrome when loading a project's > history into an existing repository. I would argue that this is an i

Re: [PATCH][RFC] svnadmin load --ignore-dates

2014-02-04 Thread Daniel Shahaf
or > "you *really* don't want to go there" variety, but deeper review is of > course welcome, too. > > Log message: > > {{{ > Introduce '--ignore-dates' option for 'svnadmin load', which causes > the load process to ignore the revision da

[PATCH][RFC] svnadmin load --ignore-dates

2014-02-04 Thread C. Michael Pilato
view is of course welcome, too. Log message: {{{ Introduce '--ignore-dates' option for 'svnadmin load', which causes the load process to ignore the revision datestamps found in the dumpstream. This allows folks to more easily use dumpfiles as repository templates whi

Re: [PATCH] Do not ignore --bin parameter for svnrdump when running Python tests

2013-12-06 Thread Ben Reser
On 12/4/13 3:09 PM, Evgeny Kotkov wrote: > I've attached a patch to fix this issue. AFAIK [1], SVNKit does not include > the "j" version of svnrdump, so I did not touch the part of the setup that > handles the --use-jsvn option. Log message: > [[[ > Do not ignor

[PATCH] Do not ignore --bin parameter for svnrdump when running Python tests

2013-12-04 Thread Evgeny Kotkov
AFAIK [1], SVNKit does not include the "j" version of svnrdump, so I did not touch the part of the setup that handles the --use-jsvn option. Log message: [[[ Do not ignore --bin parameter for svnrdump when running Python tests. * subversion/tests/cmdline/svntest/main.py (svnrdump_bina

Re: svnserve - don't ignore errors

2013-11-25 Thread Julian Foad
Stefan Fuhrmann wrote: > On Thu, Nov 21, 2013 at 8:18 PM, Julian Foad wrote: >> In r1544253 I added error checking to some socket initiliazation cases. >> I haven't reproduced such errors, I just followed the obvious coding >> pattern to add the missing checks. >> >> I would appreciate a review o

Re: svnserve - don't ignore errors

2013-11-23 Thread Stefan Fuhrmann
On Thu, Nov 21, 2013 at 8:18 PM, Julian Foad wrote: > Bert mentioned to me that svnserve sometimes exits successfully after a > genuine fatal error. > > In r1544253 I added error checking to some socket initiliazation cases. I > haven't reproduced such errors, I just followed the obvious coding pa

svnserve - don't ignore errors

2013-11-21 Thread Julian Foad
Bert mentioned to me that svnserve sometimes exits successfully after a genuine fatal error. In r1544253 I added error checking to some socket initiliazation cases. I haven't reproduced such errors, I just followed the obvious coding pattern to add the missing checks. I would appreciate a review

Re: --ignore-properties for merge

2013-11-07 Thread Stefan Sperling
cases Subversion doesn't handle very well. We need to address the source of the problem. Hiding the problem with an --ignore-properties option is not a solution. Please explain in detail the merges which result in the creation of the mergeinfo you don't want. Perhaps there is a bug t

Re: --ignore-properties for merge

2013-11-07 Thread Sergei Riaguzov
Hi, On Thu, Nov 7, 2013 at 3:16 PM, Stefan Sperling wrote: > Is there a way to exclude mergeinfo changes from commit? I.e. to use > > --ignore-properties for svn merge in the same way as for svn diff? > > > > Rationale: imagine a feature branch which is created for implem

Re: --ignore-properties for merge

2013-11-07 Thread Stefan Sperling
On Thu, Nov 07, 2013 at 09:43:24AM +0100, Sergei Riaguzov wrote: > Hi, > > Is there a way to exclude mergeinfo changes from commit? I.e. to use > --ignore-properties for svn merge in the same way as for svn diff? > > Rationale: imagine a feature branch which is created for

--ignore-properties for merge

2013-11-07 Thread Sergei Riaguzov
Hi, Is there a way to exclude mergeinfo changes from commit? I.e. to use --ignore-properties for svn merge in the same way as for svn diff? Rationale: imagine a feature branch which is created for implementing just one feature. There are many commits with messages like "grrr..." o

Re: svn log --ignore-properties option

2013-09-27 Thread Johan Corveleyn
On Fri, Sep 27, 2013 at 12:40 AM, Ben Reser wrote: > On 9/26/13 12:45 PM, Mark Moe wrote: >> We found that about half the performance issue was solved by using >> "SVNPathAuthz off" while the other half was solved by skipping that >> big revision when doing svn log -v. Just the sheer transfer of

Re: svn log --ignore-properties option

2013-09-26 Thread Ben Reser
. Also beware that if you replace a repository you need to restart the server in order to invalidate caches since at current the server believes that the content it has already cached is the same as long as the UUID doesn't change. > Although not as critical to us now, we still think svn log

Re: svn log --ignore-properties option

2013-09-26 Thread Ben Reser
On 9/26/13 2:34 AM, Stefan Sperling wrote: > This sounds as if the performance issue was on the server side. I ended up helping answer some of the questions behind this particular issue and you are entirely correct. > The client requests a list of changed paths if 'svn log' is run > with the --ve

RE: svn log --ignore-properties option

2013-09-26 Thread Mark Moe
> > This has caused significant performance issues especially with svn log. > > There reasoning was if they could ignore properties this would help combat > > these performance issues. > > > > Does this make sense? > This sounds as if the performance issue was o

Re: svn log --ignore-properties option

2013-09-26 Thread Stefan Sperling
formance issues especially with svn log. > There reasoning was if they could ignore properties this would help combat > these performance issues. > > Does this make sense? This sounds as if the performance issue was on the server side. The client requests a list of changed paths i

Re: svn log --ignore-properties option

2013-09-26 Thread Patrick Sawyer
I believe this improvement request stems from the fact that Medtronic (the customer) did a massive commit (to a very large change-set) setting the properties of ~300k files. This has caused significant performance issues especially with svn log. There reasoning was if they could ignore properties

Re: svn log --ignore-properties option

2013-09-18 Thread Julian Foad
? - Julian > On Wed, Sep 4, 2013 at 1:53 PM, Patrick Sawyer wrote: >> [...] do we have any discussion on this point? Would the ability to >> ignore properties be useful? >> >> On Wed, Aug 21, 2013 at 6:40 PM, Patrick Sawyer wrote: >> It may be useful to provide th

Re: svn log --ignore-properties option

2013-09-18 Thread Stefan Sperling
cannot think of any other scenario where this requests makes sense. When I added the --diff option to 'svn log', I deliberately hard-coded many of the available diff options to avoid growing 'svn log --diff' into a full-blown complex replacement for 'svn diff'. I

Re: svn log --ignore-properties option

2013-09-18 Thread Patrick Sawyer
. patrick.saw...@wandisco.com On Wed, Sep 4, 2013 at 1:53 PM, Patrick Sawyer wrote: > I know the issue has been raised to to provide log to filter out > change-sets: > > http://subversion.tigris.org/issues/show_bug.cgi?id=4419 > > But do we have any discussion on this point? Would the

Re: svn log --ignore-properties option

2013-09-04 Thread Patrick Sawyer
I know the issue has been raised to to provide log to filter out change-sets: http://subversion.tigris.org/issues/show_bug.cgi?id=4419 But do we have any discussion on this point? Would the ability to ignore properties be useful? Thanks Regards Patrick Sawyer | *Deployment Coordinator

svn log --ignore-properties option

2013-08-21 Thread Patrick Sawyer
It may be useful to provide the option to ignore properties when performing an svn log. This has been referred to in a previous post: http://subversion.tigris.org/issues/show_bug.cgi?id=3690 Regards Patrick Sawyer | *Deployment Coordinator * * * WANdisco // *Non-Stop Data* t. +44 (0)114

Re: please ignore Makefile.svn changes for CHANGES (Re: svn commit: r1482772 - /subversion/trunk/CHANGES)

2013-05-15 Thread Stefan Fuhrmann
On Wed, May 15, 2013 at 1:52 PM, Stefan Sperling wrote: > On Wed, May 15, 2013 at 11:38:17AM -, stef...@apache.org wrote: > > Author: stefan2 > > Date: Wed May 15 11:38:17 2013 > > New Revision: 1482772 > > > > URL: http://svn.apache.org/r1482772 > > Log: > > CHANGES: update after reviewing

please ignore Makefile.svn changes for CHANGES (Re: svn commit: r1482772 - /subversion/trunk/CHANGES)

2013-05-15 Thread Stefan Sperling
On Wed, May 15, 2013 at 11:38:17AM -, stef...@apache.org wrote: > Author: stefan2 > Date: Wed May 15 11:38:17 2013 > New Revision: 1482772 > > URL: http://svn.apache.org/r1482772 > Log: > CHANGES: update after reviewing the r1293011 500 revs block > > Modified: > subversion/trunk/CHANGES

Re: [Bug] Should allow to merge into mixed-revision working copy when specifying --ignore-ancestry

2012-07-03 Thread Andrey Paramonov
rking copy. Use of this option is not recommended! Please run 'svn update' instead. I believe --ignore-ancestry should be enough to disable mixed-revisions check. --ignore-ancestry (and --notice-ancestry) controls comparison beh

Re: [Bug] Should allow to merge into mixed-revision working copy when specifying --ignore-ancestry

2012-07-03 Thread Stefan Sperling
> Use of this option is not recommended! > Please run 'svn update' instead. > > I believe --ignore-ancestry should be enough to disable > mixed-revisions check. --ignore-ancestry (and --notice-ancestry) controls com

Re: [Bug] Should allow to merge into mixed-revision working copy when specifying --ignore-ancestry

2012-07-03 Thread Andrey Paramonov
e run 'svn update' instead. I believe --ignore-ancestry should be enough to disable mixed-revisions check. Best wishes, Andrey Paramonov -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: [Bug] Should allow to merge into mixed-revision working copy when specifying --ignore-ancestry

2012-07-03 Thread Johan Corveleyn
Try '--allow-mixed-revisions' -- Johan On Tue, Jul 3, 2012 at 9:36 AM, Andrey Paramonov wrote: > If you merge "the old way", i.e. specifying --ignore-ancestry, Subversion > sometimes requires you to update your WC: > > svn: E195020: Cannot merge into mixed-re

[Bug] Should allow to merge into mixed-revision working copy when specifying --ignore-ancestry

2012-07-03 Thread Andrey Paramonov
If you merge "the old way", i.e. specifying --ignore-ancestry, Subversion sometimes requires you to update your WC: svn: E195020: Cannot merge into mixed-revision working copy [x:x]; try updating first It wasn't the case for 1.6, and thus may be considered a regre

Please Ignore - trigger to setup mail list filter processing.

2012-02-29 Thread Michael Felt
Hi all, just a quick message to make it easier for me to set up list processing of incoming mails.

Re: svn --ignore-externals broken on checkout?

2011-09-19 Thread Gavin Baumanis
ot; treated as new files or not. Gavin. On 20/09/2011, at 7:07 AM, rupert.thurner wrote: > On Sep 19, 3:05 pm, Philip Martin wrote: >> "rupert.thurner" writes: >>> with svn-1.6 >> >>> svn co >>> --ignore-externalshttps://gar.svn.sourcefor

Re: svn --ignore-externals broken on checkout?

2011-09-19 Thread rupert.thurner
On Sep 19, 3:05 pm, Philip Martin wrote: > "rupert.thurner" writes: > > with svn-1.6 > > > svn co > > --ignore-externalshttps://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion > > cd subverison/trunk > > ln -s gar ../whatever > > s

Re: svn --ignore-externals broken on checkout?

2011-09-19 Thread Philip Martin
"rupert.thurner" writes: > with svn-1.6 > > svn co --ignore-externals > https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion > cd subverison/trunk > ln -s gar ../whatever > svn st > X gar > > with svn -1.7 this looks like: > > s

svn --ignore-externals broken on checkout?

2011-09-18 Thread rupert.thurner
with svn-1.6 svn co --ignore-externals https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion cd subverison/trunk ln -s gar ../whatever svn st X gar with svn -1.7 this looks like: svn st ? gar platform: solaris, http://opencsw.org rupert.

Re: [PATCH] - Fix issue 3690 - "svn log" with ignore property changes

2011-07-20 Thread Julian Foad
>> From issue tracker: > >> ====== > >> Add an option to ignore files with only property changes and no content > >> changes. > >> e.g. svn log --ignore-properties > >> > >> Motivation: many users are not interested in revi

Re: [PATCH] - Fix issue 3690 - "svn log" with ignore property changes

2011-07-20 Thread Noorul Islam K M
;props_only) >>>> + || (! text_modified && rb->ignore_props_only)) >>>> + return SVN_NO_ERROR; >>>> +} >>>> + >>>> + if (! rb->discover_changed_paths) >>>> + log_entry->changed_paths2

Re: [PATCH] - Fix issue 3690 - "svn log" with ignore property changes

2011-07-20 Thread Philip Martin
Noorul Islam K M writes: > Philip Martin writes: > >> Noorul Islam K M writes: >> >>> +static svn_error_t * >>> +props_only_receiver(void *baton, svn_log_entry_t *log_entry, apr_pool_t >>> *pool) >>> +{ >>> + props_only_receiver_baton_t *rb = baton; >>> + >>> + if (log_entry->changed_paths2)

Re: [PATCH] - Fix issue 3690 - "svn log" with ignore property changes

2011-07-20 Thread Noorul Islam K M
Philip Martin writes: > Noorul Islam K M writes: > >> +static svn_error_t * >> +props_only_receiver(void *baton, svn_log_entry_t *log_entry, apr_pool_t >> *pool) >> +{ >> + props_only_receiver_baton_t *rb = baton; >> + >> + if (log_entry->changed_paths2) >> +{ >> + apr_array_header_t

Re: [PATCH] - Fix issue 3690 - "svn log" with ignore property changes

2011-07-20 Thread Philip Martin
Noorul Islam K M writes: > +static svn_error_t * > +props_only_receiver(void *baton, svn_log_entry_t *log_entry, apr_pool_t > *pool) > +{ > + props_only_receiver_baton_t *rb = baton; > + > + if (log_entry->changed_paths2) > +{ > + apr_array_header_t *sorted_paths; > + int i; > +

Re: [PATCH] - Fix issue 3690 - "svn log" with ignore property changes

2011-07-20 Thread Noorul Islam K M
Julian Foad writes: > Noorul Islam K M wrote: > >> From issue tracker: >> == >> Add an option to ignore files with only property changes and no content >> changes. >&

Re: [PATCH] - Fix issue 3690 - "svn log" with ignore property changes

2011-07-20 Thread Julian Foad
Noorul Islam K M wrote: > From issue tracker: > == > Add an option to ignore files with only property changes and no content > changes. > e.g. svn log --ignore-properties > > Motivation: many use

[PATCH] - Fix issue 3690 - "svn log" with ignore property changes

2011-07-20 Thread Noorul Islam K M
I thought of replying to the following thread, but unfortunately I lost all my mails. So I am quoting the link. http://svn.haxx.se/dev/archive-2011-07/0005.shtml >From issue tracker: == Add an option to ignore fi

Issue #3690 - "svn log" with ignore property changes

2011-07-01 Thread Noorul Islam K M
issue tracker. Pasting it here. Add an option to ignore files with only property changes and no content changes. e.g. svn log --ignore-properties Motivation: many users are not interested in reviewing changes to property changes and only care about content changes. I would like to give summary

Re: [PATCH] 'svn' should not silently ignore a peg revision

2011-06-29 Thread C. Michael Pilato
On 06/29/2011 08:07 AM, Julian Foad wrote: > My question is about this case: > > $ svn copy SOURCE TARGET@HEAD > > This case falls under the last sentence of point (C) above. Issue #3651 > [3] claims that the 'HEAD' peg should be ignored in this case, and that > claim is explicitly tested by c

Re: [PATCH] 'svn' should not silently ignore a peg revision

2011-06-29 Thread Daniel Shahaf
Julian Foad wrote on Wed, Jun 29, 2011 at 13:07:01 +0100: > My question is about this case: > > $ svn copy SOURCE TARGET@HEAD > > This case falls under the last sentence of point (C) above. Issue #3651 > [3] claims that the 'HEAD' peg should be ignored in this case, and that > claim is explici

[PATCH] 'svn' should not silently ignore a peg revision

2011-06-29 Thread Julian Foad
o exist. Then, if someone else moves TARGET to another path while we are composing and executing this command, Subversion could do its best to follow the move or error out if it can't do so. But unless and until 'svn' actually uses the peg revision in this way, it should complain,

Re: ignore

2011-05-10 Thread danielsh
Problem was that the list address was getting rewritten to dev@a.o. Fixed by tweaking postfix's configuration. On Tue, May 10, 2011 at 10:56:52PM +, ne...@apache.org wrote: > test mail from the vm

ignore

2011-05-10 Thread neels
test mail from the vm

Re: mergeinfo assertion in trunk Re: 'svn switch' now requires --ignore-ancestry?

2011-04-25 Thread Daniel Shahaf
into its own child > >> '/tmp/svn/wc1/trunk' > >> % $svn cp ^/ ^/trunk -mm > > > > Hi Daniel, > > > > Should we even allow a copy of r0?  What exactly does it mean and how > > is it useful? > > >

Re: mergeinfo assertion in trunk Re: 'svn switch' now requires --ignore-ancestry?

2011-04-25 Thread Paul Burba
mmit >>> > svn switch /trunk . >>> > >>> >>> This used to work fine. But now I'm getting the following error messages: >>> >>> subversion/svn/switch-cmd.c:184: (apr_err=195012) >>> > svn: E195012: Path '.' d

Re: mergeinfo assertion in trunk Re: 'svn switch' now requires --ignore-ancestry?

2011-04-25 Thread Paul Burba
ng the following error messages: >> >> subversion/svn/switch-cmd.c:184: (apr_err=195012) >> > svn: E195012: Path '.' does not share common version control ancestry with >> > the requested switch location.  Use --ignore-ancestry to disable this >> &g

mergeinfo assertion in trunk Re: 'svn switch' now requires --ignore-ancestry?

2011-04-23 Thread Daniel Shahaf
th '.' does not share common version control ancestry with > > the requested switch location. Use --ignore-ancestry to disable this check. > > subversion/libsvn_client/switch.c:201: (apr_err=195012) > > svn: E195012: 'file:///home/djcbecroft/dev/sandpit/repositor

Re: 'svn switch' now requires --ignore-ancestry?

2011-04-23 Thread Daniel Becroft
between branches -- not just > some generic point-the-working-copy-wherever-you'd-like mechanism. We now > have the power to enforce that in ways that were impractical years ago, so > recently (after another fat-fingered-then-interrupted 'svn switch' left me > with a corrupt working copy) I added that enforcement, but, as you noted, > with the ability to disable that safety mechanism via the --ignore-ancestry > switch. > I guess I can understand the reason behind the change. It was just a tad weird seeing it pop up for a case that has always worked. Apologies for the noise. Cheers, Daniel B.

Re: 'svn switch' now requires --ignore-ancestry?

2011-04-22 Thread C. Michael Pilato
n's way to switch between branches -- not just some generic point-the-working-copy-wherever-you'd-like mechanism. We now have the power to enforce that in ways that were impractical years ago, so recently (after another fat-fingered-then-interrupted 'svn switch' left me w

Re: 'svn switch' now requires --ignore-ancestry?

2011-04-22 Thread Daniel Becroft
following error messages: > > > > subversion/svn/switch-cmd.c:184: (apr_err=195012) > >> svn: E195012: Path '.' does not share common version control ancestry > with > >> the requested switch location. Use --ignore-ancestry to disable this > check. >

Re: 'svn switch' now requires --ignore-ancestry?

2011-04-22 Thread C. Michael Pilato
ushd workingcopy >> svn mkdir trunk >> svn commit >> svn switch /trunk . >> > > This used to work fine. But now I'm getting the following error messages: > > subversion/svn/switch-cmd.c:184: (apr_err=195012) >> svn: E195012: Path '.' does no

'svn switch' now requires --ignore-ancestry?

2011-04-22 Thread Daniel Becroft
o work fine. But now I'm getting the following error messages: subversion/svn/switch-cmd.c:184: (apr_err=195012) > svn: E195012: Path '.' does not share common version control ancestry with > the requested switch location. Use --ignore-ancestry to disable this check. > sub

Re: svn commit: r1064905 - in /subversion/branches/ignore-mergeinfo-log/subversion: libsvn_ra_svn/client.c svnserve/serve.c

2011-02-01 Thread Hyrum K Wright
on: 1064905 >> >> URL: http://svn.apache.org/viewvc?rev=1064905&view=rev >> Log: >> On the ignore-mergeinfo-log branch: >> Send the list of ignored prop mods from client to server over the SVN RA >> protocol. >> >> * subversion/libsvn_ra_svn/client.c >>   (r

Re: svn commit: r1064905 - in /subversion/branches/ignore-mergeinfo-log/subversion: libsvn_ra_svn/client.c svnserve/serve.c

2011-01-28 Thread Daniel Shahaf
What about libsvn_ra_svn/protocol ? hwri...@apache.org wrote on Fri, Jan 28, 2011 at 21:59:14 -: > Author: hwright > Date: Fri Jan 28 21:59:14 2011 > New Revision: 1064905 > > URL: http://svn.apache.org/viewvc?rev=1064905&view=rev > Log: > On the ignore-mergeinfo-lo

Re: svn ignore command feature request.

2011-01-27 Thread Daniel Shahaf
Doug Culnane wrote on Thu, Jan 27, 2011 at 13:26:55 +0100: > So the technical spec is if the command is ignore append the file or > folder to its containing parent folders svn:ignore list. % head .zshrc svn() { if [ "$1" = "ignore" ]; then =svn propedit svn:ignore

Re: svn ignore command feature request.

2011-01-27 Thread Doug Culnane
Thanks for your response Stefan, I am not a C programmer and do not have in dept knowledge of subversion and it's client implementations but I have done a lot of Java. So this is to be understood as a user feature request and not much else. I do not understand this: svn ignore --depth=inf

Re: svn ignore command feature request.

2011-01-27 Thread Stefan Sperling
On Thu, Jan 27, 2011 at 12:01:19PM +0100, Doug Culnane wrote: > Guys, > > I understand how to use the svn:ignore but it is not the most > convenient or logical user interface. Would it be possible to provide > an ignore command line option that would provide a convenient > inte

svn ignore command feature request.

2011-01-27 Thread Doug Culnane
Guys, I understand how to use the svn:ignore but it is not the most convenient or logical user interface. Would it be possible to provide an ignore command line option that would provide a convenient interface to add files/folders to the ignore properties list? ie: dc@lt-dc:~/workspace/project

Re: svn commit: r1063375 - in /subversion/branches/ignore-mergeinfo-log/subversion: include/svn_client.h libsvn_client/deprecated.c libsvn_client/log.c svn/log-cmd.c

2011-01-26 Thread Philip Martin
@a targets will also be returned. > * > - * If @a ignore_mergeinfo_changes is set, log will ignore any changes to > - * the svn:mergeinfo property when determining which revisions to return. > + * @a ignore_prop_mods is an optional hash of property names. If > + * non-NULL, log w

Re: svn commit: r984208 - /subversion/branches/ignore-mergeinfo/subversion/libsvn_client/status.c

2010-08-11 Thread Hyrum Wright
On Wed, Aug 11, 2010 at 3:15 AM, Julian Foad wrote: > On Tue, 2010-08-10, hwri...@apache.org wrote: >> Author: hwright >> Date: Tue Aug 10 20:59:29 2010 >> New Revision: 984208 >> >> URL: http://svn.apache.org/viewvc?rev=984208&view=rev >> Log: >&

Re: svn commit: r984208 - /subversion/branches/ignore-mergeinfo/subversion/libsvn_client/status.c

2010-08-11 Thread Julian Foad
On Tue, 2010-08-10, hwri...@apache.org wrote: > Author: hwright > Date: Tue Aug 10 20:59:29 2010 > New Revision: 984208 > > URL: http://svn.apache.org/viewvc?rev=984208&view=rev > Log: > On the ignore-mergeinfo branch: > Fix a cast which was causing a segfault in sta