Stefan Sperling writes:
> On Mon, Feb 28, 2011 at 10:03:45AM +0530, Noorul Islam K M wrote:
>
>> >> Pinging to get some attention to this thread.
>> >
>> > Hi Noorul,
>> >
>> > I can't evaluate this patch since I don't have a linux box.
>> >
>
>> $ make check MILESTONE_FILTER="(1.7.*)|(---)" MODE
Author: sbutler
Date: Tue Jun 7 00:21:42 2011
New Revision: 1132843
URL: http://svn.apache.org/viewvc?rev=1132843&view=rev
Log:
More testing for issue 3899 (auto resolve for wc-wc copies/moves).
* subversion/tests/cmdline/copy_tests.py
(copying_conflicts): Rename to...
(copy_and_move_conflic
Author: sbutler
Date: Tue Jun 7 00:10:41 2011
New Revision: 1132840
URL: http://svn.apache.org/viewvc?rev=1132840&view=rev
Log:
Revert r1132834 because the Windows buildbots broke and the move-command
performance took a big hit.
Suggested by: rhuijben
Modified:
subversion/trunk/subversion/l
Author: sbutler
Date: Mon Jun 6 23:27:06 2011
New Revision: 1132834
URL: http://svn.apache.org/viewvc?rev=1132834&view=rev
Log:
Fix the move command for issue 3899 (auto resolve for wc-wc copies/moves).
* subversion/tests/cmdline/copy_tests.py
(copying_conflicts): Rename to...
(copy_and_move
Author: jcorvel
Date: Mon Jun 6 22:34:41 2011
New Revision: 1132811
URL: http://svn.apache.org/viewvc?rev=1132811&view=rev
Log:
Speed-up of libsvn_diff using token counts.
By using indices, not node pointers, to refer to tokens, and counting
the number of each token, the longest common subsequenc
Author: pburba
Date: Mon Jun 6 21:54:17 2011
New Revision: 1132796
URL: http://svn.apache.org/viewvc?rev=1132796&view=rev
Log:
* subversion/tests/svn_test_main.c
(main): Let options and arguments be interleaved. This prevents something
like 'op-depth-test.exe 1 --fs-type bdb' from silently
Author: rhuijben
Date: Mon Jun 6 21:38:51 2011
New Revision: 1132789
URL: http://svn.apache.org/viewvc?rev=1132789&view=rev
Log:
* /
Following up on recent thread on dev@s.a.o, remove the properties that were
used by third party applications to track branches and revisions, while we
were ho
Author: ehu
Date: Mon Jun 6 21:27:21 2011
New Revision: 1132782
URL: http://svn.apache.org/viewvc?rev=1132782&view=rev
Log:
Check node kind of resolved special nodes to be a directory, in order
to include symlinks pointing to directories.
* subversion/mod_dav_svn/repos.c
(deliver): Extend 'is
Author: hwright
Date: Mon Jun 6 20:01:40 2011
New Revision: 1132740
URL: http://svn.apache.org/viewvc?rev=1132740&view=rev
Log:
* subversion/libsvn_diff/parse-diff.c
(parse_next_hunk): Don't set a never-read variable.
Modified:
subversion/trunk/subversion/libsvn_diff/parse-diff.c
Modified
Author: hwright
Date: Mon Jun 6 20:01:10 2011
New Revision: 1132739
URL: http://svn.apache.org/viewvc?rev=1132739&view=rev
Log:
Avoid a potential null-pointer dereference in an error path.
* subversion/libsvn_wc/wc_db.c
(svn_wc__db_read_pristine_info): Only attempt to recreate an error if it
Author: hwright
Date: Mon Jun 6 19:57:29 2011
New Revision: 1132736
URL: http://svn.apache.org/viewvc?rev=1132736&view=rev
Log:
* subversion/libsvn_wc/ambient_depth_filter_editor.c
(make_dir_baton): Don't set a variable in a conditional which is
unconditionally set shortly thereafter.
Modi
Author: hwright
Date: Mon Jun 6 19:51:10 2011
New Revision: 1132735
URL: http://svn.apache.org/viewvc?rev=1132735&view=rev
Log:
Remove a set of assignments which are not needed.
* subversion/libsvn_diff/diff3.c
(svn_diff__resolve_conflict): We don't need modified_length and latest_length
a
Author: rhuijben
Date: Mon Jun 6 19:22:44 2011
New Revision: 1132731
URL: http://svn.apache.org/viewvc?rev=1132731&view=rev
Log:
* subversion/tests/cmdline/copy_tests.py
(copying_conflicts): Remove old file before renaming a new file to this
name to fix this test on Windows.
Modified:
Author: arfrever
Revision: 1132622
Modified property: svn:log
Modified: svn:log at Mon Jun 6 19:10:41 2011
--
--- svn:log (original)
+++ svn:log Mon Jun 6 19:10:41 2011
@@ -1,5 +1,5 @@
Follow-up to r1071809:
-Allow 'mak
Author: rhuijben
Date: Mon Jun 6 16:32:38 2011
New Revision: 1132694
URL: http://svn.apache.org/viewvc?rev=1132694&view=rev
Log:
* subversion/libsvn_wc/copy.c
(svn_wc_copy3): Following up on r1132693, check the right node for conflicted
status.
Modified:
subversion/trunk/subversion/lib
Author: rhuijben
Date: Mon Jun 6 16:29:45 2011
New Revision: 1132693
URL: http://svn.apache.org/viewvc?rev=1132693&view=rev
Log:
Following up on r1132686, only retrieve conflict information when we know the
node is conflicted. (Removes extra db transaction for every file copied).
Also remove a S
Author: sbutler
Date: Mon Jun 6 15:58:35 2011
New Revision: 1132686
URL: http://svn.apache.org/viewvc?rev=1132686&view=rev
Log:
Improve the fix for issue 3899 "Auto-resolve conflicts at wc-wc copy/move
destination", for copied text-conflicted files.
* subversion/libsvn_wc/copy.c
(copy_versione
Author: stsp
Date: Mon Jun 6 15:44:34 2011
New Revision: 1132678
URL: http://svn.apache.org/viewvc?rev=1132678&view=rev
Log:
Fix a bug in 'svn export' because of which externals are exported twice
when exporting a working copy having externals.
* subversion/libsvn_client/export.c
(copy_version
On Mon, Feb 28, 2011 at 10:03:45AM +0530, Noorul Islam K M wrote:
> >> Pinging to get some attention to this thread.
> >
> > Hi Noorul,
> >
> > I can't evaluate this patch since I don't have a linux box.
> >
> $ make check MILESTONE_FILTER="(1.7.*)|(---)" MODE_FILTER=xfail
> TESTS=subversion/test
Author: stsp
Date: Mon Jun 6 15:22:42 2011
New Revision: 1132669
URL: http://svn.apache.org/viewvc?rev=1132669&view=rev
Log:
* notes/xfail-status: We can now get a list of XFAIL issues on UNIX.
Modified:
subversion/trunk/notes/xfail-status
Modified: subversion/trunk/notes/xfail-status
URL:
Author: julianfoad
Date: Mon Jun 6 14:23:36 2011
New Revision: 1132657
URL: http://svn.apache.org/viewvc?rev=1132657&view=rev
Log:
Add textual bar graphs to the translation status report.
* tools/po/l10n-report.py
(bar_graph): New function.
(main): Append a bar graph to each row of statistic
Author: sbutler
Date: Mon Jun 6 13:46:09 2011
New Revision: 1132642
URL: http://svn.apache.org/viewvc?rev=1132642&view=rev
Log:
Tweak the test for issue 3899 (auto resolve for wc-wc copies/moves).
* subversion/tests/cmdline/copy_tests.py
(copying_conflicts): Correct the expected status for alph
Author: stsp
Date: Mon Jun 6 13:02:03 2011
New Revision: 1132622
URL: http://svn.apache.org/viewvc?rev=1132622&view=rev
Log:
Follow-up to r1071809:
Allow 'make check' to take MILESTON_FILTER and MODE_FILTER options.
* Makefile.in
(check): Pass --list, --milestone-filter, --mode-filter and
On Mon, Jun 06, 2011 at 12:09:50PM +0100, Julian Foad wrote:
> but I'm -0.9 on allowing more than one additional prefix:
>
> svn log -r rr123
> svn log -crr123
> etc.
>
> because no sensible use case including yours requires this. However, as
> it's been allowed for some time now and i
Author: julianfoad
Date: Mon Jun 6 11:22:11 2011
New Revision: 1132599
URL: http://svn.apache.org/viewvc?rev=1132599&view=rev
Log:
* subversion/libsvn_ra_svn/marshal.c
(read_string): Remove a redundant comment, following r1130548.
Modified:
subversion/trunk/subversion/libsvn_ra_svn/marshal
Author: sbutler
Date: Mon Jun 6 11:18:29 2011
New Revision: 1132598
URL: http://svn.apache.org/viewvc?rev=1132598&view=rev
Log:
A partial fix for issue 3899 "Auto-resolve conflicts at wc-wc copy/move
destination". There are no longer any conflicts at copy destinations.
The test is XFAIL because
On Mon, 2011-06-06 at 11:59 +0200, Stefan Sperling wrote:
> On Mon, Jun 06, 2011 at 10:17:01AM +0100, Julian Foad wrote:
> > FWIW the original reasoning is in Karl's comment in parse_one_rev():
> >
> > /* Allow any number of 'r's to prefix a revision number, because
> > that way if a script
Author: julianfoad
Date: Mon Jun 6 11:00:37 2011
New Revision: 1132593
URL: http://svn.apache.org/viewvc?rev=1132593&view=rev
Log:
* subversion/include/svn_client.h
(svn_client_upgrade): Rename 'dir' to 'wcroot_dir' and extend doc string.
Modified:
subversion/trunk/subversion/include/svn_c
Author: philip
Date: Mon Jun 6 10:59:40 2011
New Revision: 1132591
URL: http://svn.apache.org/viewvc?rev=1132591&view=rev
Log:
* publish/packages.html: Add link to WANdisco's uberSVN packages.
Modified:
subversion/site/publish/packages.html
Modified: subversion/site/publish/packages.html
UR
Author: julianfoad
Date: Mon Jun 6 10:42:27 2011
New Revision: 1132588
URL: http://svn.apache.org/viewvc?rev=1132588&view=rev
Log:
Deprecate svn_info_dup(), as the svn_info_t structure is deprecated.
* subversion/include/svn_client.h
(svn_info_dup): Mark as deprecated.
* subversion/libsvn_cli
Author: danielsh
Date: Mon Jun 6 10:41:27 2011
New Revision: 1132586
URL: http://svn.apache.org/viewvc?rev=1132586&view=rev
Log:
Update URL in a comment in repro-template.sh to point to svn.apache.org
repository, instead of the old collab.net one.
Patch by: Konstantin Kolinko
* docs/community-
Author: julianfoad
Date: Mon Jun 6 10:08:57 2011
New Revision: 1132575
URL: http://svn.apache.org/viewvc?rev=1132575&view=rev
Log:
* subversion/include/svn_client.h
(svn_client_info3): Correct the name of the 'abspath_or_url' parameter
in the doc string.
(svn_client_info2): Mention the di
Author: julianfoad
Date: Mon Jun 6 10:01:02 2011
New Revision: 1132567
URL: http://svn.apache.org/viewvc?rev=1132567&view=rev
Log:
Remove a newly added field from the deprecated 'svn_info_t' structure,
as it is neither used nor needed.
* subversion/include/svn_client.h
(svn_info_t): Remove the
On Mon, Jun 06, 2011 at 10:17:01AM +0100, Julian Foad wrote:
> FWIW the original reasoning is in Karl's comment in parse_one_rev():
>
> /* Allow any number of 'r's to prefix a revision number, because
> that way if a script pastes svn output into another svn command
> (like "svn log -r
Author: sbutler
Date: Mon Jun 6 09:38:30 2011
New Revision: 1132561
URL: http://svn.apache.org/viewvc?rev=1132561&view=rev
Log:
Make copy_tests.py 102 XFAIL on OS X because APR doesn't support
case-insensitivity on Unix.
* subversion/tests/cmdline/copy_tests.py
(case_only_rename): Set XFAIL.
On Sat, 2011-06-04, Daniel Shahaf wrote:
> Bert Huijben wrote on Sat, Jun 04, 2011 at 19:26:33 +0200:
> > > -Original Message-
> > > From: danie...@apache.org [mailto:danie...@apache.org]
> > > Log:
> > > * tools/client-side/svnmucc/svnmucc.c
> > > (main): Allow for leading 'r' when parsi
Author: julianfoad
Date: Mon Jun 6 08:48:23 2011
New Revision: 1132550
URL: http://svn.apache.org/viewvc?rev=1132550&view=rev
Log:
Fix cross-references, Doxygen mark-up and other simple errors in doc strings.
* subversion/include/svn_client.h
(svn_client_commit_item_create): Fix white space ar
37 matches
Mail list logo