File cvs2svn.changes of Package cvs2svn
1
-------------------------------------------------------------------
2
Fri Sep 28 14:13:28 CEST 2007 - olh@suse.de
3
4
- update cvs2svn to 2.0.0
5
New features:
6
* Add --use-internal-co to speed conversions, and make it the default.
7
* Add --retain-conflicting-attic-files option.
8
* Add --no-cross-branch-commits option.
9
* Add --default-eol option and deprecate --no-default-eol.
10
* RevisionRecorder hook allows file text/deltas to be recorded in pass 1.
11
* RevisionReader hook allow file text to be retrieved from RevisionRecorder.
12
* Slightly changed the order that properties are set, for more flexibility.
13
* Don't set svn:keywords on files for which svn:eol-style is not set.
14
* Implement issue #53: Allow --trunk='' for --trunk-only conversions.
15
16
Bugs fixed:
17
* Fix issue #97: Follow symlinks within CVS repository.
18
* Fix issue #99: cvs2svn tries to create a file twice.
19
* Fix issue #100: cvs2svn doesn't retrieve the right version.
20
* Fix issue #105: Conflict between directory and Attic file causes crash.
21
* Fix issue #106: SVNRepositoryMirrorParentMissingError.
22
* Fix missing command-line handling of --fallback-encoding option.
23
* Fix issue #85: Disable symbol sanity checks with in --trunk-only mode.
24
25
Improvements and output changes:
26
* Analyze CVS revision dependency graph, giving a more robust conversion.
27
* Improve choice of symbol parents when CVS history is ambiguous.
28
* In the case of clock skew to the past, resync forwards, not backwards.
29
* Treat timestamps that lie in the future as bogus, and adjust backwards.
30
* Gracefully handle tags that refer to nonexistent revisions.
31
* Check and fail if revision header appears multiple times.
32
* Gracefully handle multiple deltatext blocks for same revision.
33
* Be more careful about only processing reasonable *,v files.
34
* Improve checks for illegal filenames.
35
* Check if a directory name conflicts with a filename.
36
* When file is imported, omit the empty revision 1.1.
37
* If a non-trunk default branch is excluded, graft its contents to trunk.
38
* Omit the initial 'dead' revision when a file is added on a branch.
39
* Require --symbol-transform pattern to match entire symbol name.
40
* Treat files as binary by default instead of as text, because it is safer.
41
* Treat auto-props case-insensitively; deprecate --auto-props-ignore-case.
42
43
Miscellaneous:
44
* Add a simple (nonportable) script to log cvs2svn memory usage.
45
* Allow contrib/shrink_test_case.py script to try deleting tags and branches.
46
* Add --skip-initial-test option to contrib/shrink_test_case.py script.
47
48
-------------------------------------------------------------------
49
Sat Apr 28 14:04:24 CEST 2007 - olh@suse.de
50
51
- move cvs2svn and viewvc to separate specfile
52
53
-------------------------------------------------------------------
54
Sat Apr 28 11:18:16 CEST 2007 - olh@suse.de
55
56
- add sysconfig settings for remote access (247372)
57
58
-------------------------------------------------------------------
59
Sat Apr 28 10:46:47 CEST 2007 - olh@suse.de
60
61
- add an example to host svn on / to subversion.conf (179404)
62
63
-------------------------------------------------------------------
64
Thu Mar 29 21:56:44 CEST 2007 - olh@suse.de
65
66
- add /usr/share/emacs to filelist
67
68
-------------------------------------------------------------------
69
Sun Feb 25 16:48:11 CET 2007 - olh@suse.de
70
71
- update viewvc to 1.0.3
72
* fix bug in path shown for Subversion deleted-under-copy items (issue #265)
73
* minor documentation fixes
74
* fix annotate assertions on uncanonicalized #include paths (issue #208)
75
* make RSS URL method match the method used to generate it (issue #245)
76
* fix Subversion annotation to run non-interactively, preventing hangs
77
* fix bug in custom syntax highlighter fallback logic
78
* fix bug in PHP CGI hack to avoid force-cgi-redirect errors
79
- update cvs2svn to 1.5.1
80
New features:
81
* Support multiproject conversions (each gets its own trunk, tags, branches).
82
* New --options option to allow run-time options to be defined via a file.
83
* --co, --cvs, and --sort options to specify the paths to executables.
84
* Add new --fallback-encoding option.
85
Bugs fixed:
86
* Add missing import in cvs2svn_lib/process.py.
87
* Fix issue #86: Support multiple project roots per repository.
88
* Fix issue #104: Allow path to "sort" executable to be specified.
89
* Fix issue #8: Allow multiple --encoding options.
90
* Fix issue #109: Improve handling of fallback encodings.
91
Improvements and output changes:
92
* Further reduce conversion time and temporary space requirements.
93
Miscellaneous:
94
* Deprecate the --dump-only option (it is now implied by --dumpfile).
95
96
-------------------------------------------------------------------
97
Sat Feb 24 21:55:39 CET 2007 - olh@suse.de
98
99
- Version 1.4.3
100
User-visible-changes:
101
- Client:
102
* fixed: crash using automatic auth protocols with Neon 0.26 (r22440, -61)
103
* fixed: svn_load_dirs.pl cannot import file names containing '@' (r22203)
104
* fixed: error when committing replaced directories (r22991, -8)
105
* fixed: inability to change file perms due to existing file perms (r23018)
106
* include newest version of svn-graph.pl (r22969)
107
* install a manpage for svnsync (r21403)
108
* translation updates for all languages
109
* dramatically speed up commit of wc-to-wc copy (r21471)
110
* fixed: support 'svn co URL@{DATE}' (issue #2602)
111
* fixed: cannot access repositories with spaces via svn:// (issue #2612)
112
* fixed: passing full URL in some DAV requests, breaking proxies (r21526)
113
* fixed: history-tracing can fail for renamed directories (issue #2600)
114
* fixed: crash if interrupted while opening a working copy (r21792)
115
* fixed: 'svn merge' should notify about conflicted files (issue #2584)
116
* fixed: 'svn revert' should notify about prop-only reverts (issue #2517)
117
* fixed: 'svn status -u' not showing props changed on wc root (issue #2533)
118
* fixed: 'svn status -u' fails in a read-only working copy (r21904, -19)
119
* fixed: 'svn up' failing with checksum mismatch error (issue #2618)
120
* fixed: 'svnsync sync' copying missing implicit revprops (issue #2613)
121
* fixed: svnsync unable to synchronise copies of URL-unsafe paths (r22092)
122
* svnshell tool: support "setrev head" (r20992)
123
* include newest version of svnmerge.py
124
- Server:
125
* fixed: incorrectly reporting authz circular dependencies (issue #2684)
126
* fixed: potential filesystem memory leak in commit finalisation (r22729)
127
* FSFS: improve detection of disk write errors (r21346)
128
* FSFS: prevent API violation from corrupting repository (issue #2467)
129
* improved error checking when running hook scripts, etc (r21483)
130
* mailer.py: new commit_url option links to web page for a commit (r21333)
131
- Client and Server:
132
* fixed: potential string corruption when resizing string buffers (r22689)
133
* translation updates for Korean, Spanish, Italian, Simplified Chinese,
134
and Japanese (fixing issues #2649 and #2681)
135
Developer-visible-changes:
136
* update (experimental) ra_serf repository access module for DAV (r22872)
137
* fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52)
138
* fixed: error when calling svn_repos_replay2() with a txn root (r22609)
139
* support current CVS versions of libtool (post-1.5.22) (r22120)
140
* javahl bindings:
141
- fixed: auth cache is created in the current directory (r22780)
142
- fixed: SVNAdmin's setLog() method always fails (r22387)
143
- fixed: target dependency order in generated build scripts (r22209)
144
- compile Java bytecode for Java 1.2 VM (r21765, -7, r21814)
145
- fixed: crash if using 1.4.x bindings with older libraries (r21316, -429)
146
- fixed: crash when empty destination path passed to checkout (r21770)
147
* SWIG/perl bindings:
148
- fixed: ra_do_{update,switch,status} work with Perl delta editors (r22311)
149
- fixed: memory leak when calling methods on a Perl commit editor (r22332)
150
- fixed: ra_replay works with Perl delta editors (r20666)
151
* SWIG/python bindings:
152
- fixed: crash when using an apr_hash_t typemap (issue #2606)
153
154
-------------------------------------------------------------------
155
Thu Jan 25 13:21:33 CET 2007 - olh@suse.de
156
157
- add svnmerge.py to subversion-tools (236700)
158
159
-------------------------------------------------------------------
160
Sun Oct 29 13:00:18 CET 2006 - meissner@suse.de
161
162
- use RPM_OPT_FLAGS also for C++
163
164
-------------------------------------------------------------------
165
Thu Sep 28 00:33:39 CEST 2006 - ro@suse.de
166
167
- use source=1.4 for java compilation
168
169
-------------------------------------------------------------------
170
Mon Sep 25 10:55:08 CEST 2006 - olh@suse.de
171
172
- update cvs2svn to 1.4.0
173
New features:
174
* Support multicomponent --trunk, --tags, and --branches paths (issue #7).
175
* New --auto-props option allows file properties to be set via file.
176
* --force-branch and --force-tag options now accept regular expressions.
177
* Add --symbol-default option.
178
* Support multiple, ordered --encoding options.
179
Bugs fixed:
180
* Fix issue #93: Tags with forbidden characters converted to branches.
181
* Fix issue #102: Branch file, deleted in CVS, is present in SVN.
182
Improvements and output changes:
183
* Print informative warning message if a required program is missing.
184
* Output an error if any CVS filenames contain control characters.
185
* Clean up temporary files even for pass-by-pass conversions.
186
* Improve handling of commit dependencies and multibranch commits.
187
* Implemented issue #50 (performance change).
188
* Reduced the amount of temporary disk space needed during the conversion.
189
Miscellaneous:
190
* cvs2svn now requires Python version 2.2 or later.
191
* cvs2svn has been broken up into many smaller python modules for clarity.
192
193
-------------------------------------------------------------------
194
Sat Sep 23 08:59:32 CEST 2006 - olh@suse.de
195
196
- force javac 1.4 bytecode
197
198
-------------------------------------------------------------------
199
Thu Sep 21 11:05:30 CEST 2006 - olh@suse.de
200
201
- rename viewcvs to viewvc, with no upgrade path for config files
202
- use the official viewvc-1.0.1 to get rid of the -dev string
203
add patches for https and path handling from 1.0.x branch
204
205
-------------------------------------------------------------------
206
Thu Sep 21 10:41:30 CEST 2006 - olh@suse.de
207
208
- fix build when java is unavailable
209
210
-------------------------------------------------------------------
211
Thu Sep 21 09:44:04 CEST 2006 - olh@suse.de
212
213
- update cvs2svn filelist for python 2.5
214
215
-------------------------------------------------------------------
216
Fri Sep 15 08:07:14 CEST 2006 - poeml@suse.de
217
218
- remove unused pcre-devel and redundant libapr-util1-devel from
219
BuildRequires
220
221
-------------------------------------------------------------------
222
Wed Sep 13 17:22:58 CEST 2006 - olh@suse.de
223
224
- Version 1.4.0
225
User-visible-changes:
226
- Client:
227
* new 'svnsync' commandline tool for repository replication
228
* numerous working copy improvements (WARNING! upgrades to new format!):
229
- improved performance when detecting modified files (r18628 -56)
230
- new property storage is faster and uses less disk space (r17583)
231
- internal wcprops take up less space (r19433 -37)
232
- large file commit speedups (r17861 -73 18867 -918 -29 -44 -45 -48 -49)
233
- reduce memory usage for large working copies (r19183 -538)
234
- increased working copy stability with merge, copy and move:
235
(fixes issues #845, #1516, #1553, #2135, #2144, #2148)
236
* new switches added:
237
- 'svn blame --force' (issue #2509)
238
- 'svn diff/merge -c/--change' (r17054 -6 -68 18568 -741)
239
- 'svn diff --summarize' (issue #2015)
240
- 'svn merge/blame -x' (r18716 -20) (r18602 -857)
241
* 'svn log' now supports peg revisions (issue #2287)
242
* 'svn export' now creates intermediate directories if needed (r20030)
243
* use switch/relocate when svn:externals updated (issue #2209)
244
* internal diff can ignore whitespace and eol style changes (issue #2121)
245
* conflict markers now match the file's eol style (issue #1325)
246
* new svn2cl, svn-viewdiff and svn-resolve contrib scripts
247
* numerous improvements to svnmerge.py, vc-svn and psvn
248
* translation updates for all languages
249
* fixed: 'svn ls' slow over ra_dav (issue #2151)
250
* fixed: 'svn import' not handling eol-style correctly (issue #2433)
251
* fixed: 'svn blame' should default operative rev range to peg rev (r18400)
252
* fixed: 'svn blame' ignores eol-style (issue #2431)
253
* fixed: 'svn checkout' should default operative rev to peg rev (r18422)
254
* fixed: 'svn diff' supports all eol styles (r17624 -8 -61 18195 -392)
255
* fixed: 'svn diff' multi-target memory leak (r17518)
256
* fixed: 'svn merge' showing wrong status with external diff3 (issue #1914)
257
* fixed: 'svn merge' not merging added dir into deleted dir (issue #2515)
258
* fixed: 'svn rm' of non-existent item should fail (issue #2440)
259
* fixed: 'svn status' should skip unversioned files (issue #2030)
260
* fixed: 'svn status' shows added and conflicted files as added (r20382)
261
* fixed: 'svn switch --relocate' may set wrong repos root (r17031)
262
* fixed: 'svn switch --relocate' memory leak (r19535)
263
* fixed: 'svn switch --relocate' not caching passwords (issue #2360)
264
* fixed: 'svn info' not showing locks sometimes (r19777)
265
* fixed: incorrect merge of add of binary file already in WC (issue #2403)
266
* fixed: possible dataloss if editing immediately after merge (r20609 -12)
267
* fixed: lots of diff wc<->repos bugs
268
* fixed: unfriendly error message on propget on nonexistent path (r19399)
269
* fixed: spurious revert report after manual conflict removal (issue #2517)
270
* fixed: don't allow -rPREV on schedule add path (issue #2315)
271
* fixed: keywords with dollar signs cause badness (issue #1780)
272
* fixed: really revert file with locally modified keywords (issue #1663)
273
* fixed: deleting schedule add file leaves working props file (issue #2419)
274
* fixed: svn:needs-lock and read-only-ness not always in sync (issue #2306)
275
* fixed: post-commit error output not sent to the client (issue #443)
276
* fixed: not locked error on commit of switched path (issue #2353)
277
* fixed: svn_apply_autoprops.py should trim whitespace from props (r20790)
278
* fixed: show locking notifications in local path style (r20927)
279
* fixed: encoding error on error messages from invalid options (r20883)
280
281
- Server:
282
* support for new 'svnsync' repository mirroring utility
283
* support for BDB 4.4, including automatic recovery (issue #2449)
284
* new contrib hook scripts:
285
- enforcer
286
- detect-merge-conflict.sh
287
- case-insensitive.py
288
* new tools script svn-backup-dumps.py
289
* new tools hook script log-police.py
290
* svnserve improvements:
291
- new option --pid-file (r17836)
292
- allow the password database to be read-only (r16840)
293
* mod_dav_svn improvements:
294
- fixed: error conversion crash (r19516)
295
- fixed: unfriendly error when locking already locked path (issue #2275)
296
- fixed: xml escaping bugs (r19760 -85 -86)
297
* authorization improvements:
298
- new mod_dontdothat apache module (r19531)
299
- new mod_authz_svn directive AuthzSVNNoAuthWhenAnonymousAllowed (r18680)
300
- error out when authz rules contain unexpected characters (r19471)
301
* lots of improvements to mailer.py and commit-email.pl
302
* FSFS back-end performance improvements (r17125 19119 -456 -58 -59)
303
* fixed: 'svnadmin verify' output not in native encoding (issue #1997)
304
* fixed: uuid file in FSFS could be destroyed on write error (issue #2193)
305
* fixed: FSFS path encoding bug (r17774)
306
* fixed: don't crash on corrupt repositories (r17625)
307
* fixed: expect error output from hook scripts in native encoding (r17101)
308
* fixed: catch errors starting hook scripts (r16891 17041 -81)
309
* fixed: svnserve and authz can cause broken WCs (issue #2566)
310
* fixed: the default hook script templates should be vanilla sh (r20796)
311
312
- Both:
313
* delta compression improvements:
314
- new delta encoding reduces size (r18363 -94 -66 -78 -98 -99 -457 -950)
315
- xdelta algorithm speed improvements (r18986, 19047)
316
* don't bail on invalid locale (r19445)
317
* improve speed of non-verbose svn ls (r17067 -71)
318
* fixed: delta combiner reading past EOF (r17743)
319
320
Developer-visible-changes:
321
* require APR >= 0.9.7 to improve error detection for FSFS repos (r19915)
322
* require zlib, for svndiff1 delta encoding (r18363)
323
* support SWIG 1.3.29 (r19968)
324
* support autoconf 2.60-dev (r19919 20632 -36)
325
* numerous improvements to gen-make.py build system, especially on win32
326
* new public APIs:
327
- keyword and eol translation helpers and generic streams (see svn_subst.h)
328
- new generic stream helpers (see svn_io.h)
329
- authentication providers made available to other clients (see svn_auth.h)
330
- svn_cmdline_setup_auth_baton
331
- svn_dso_initialize, svn_dso_load
332
- svn_client_diff_summarize and svn_client_diff_summarize_peg
333
- svn_client_list
334
- svn_config_has_section
335
- svn_txdelta_compose_windows and svn_txdelta_apply_instructions
336
- svn_txdelta_stream_create
337
- svn_diff_file_options_create and svn_diff_file_options_parse
338
- svn_err_best_message
339
- svn_compat_wrap_commit_callback
340
- svn_uuid_generate
341
- svn_user_get_name and svn_user_get_homedir
342
- svn_io_get_dir_filenames
343
- svn_ra_reparent
344
- svn_ra_replay
345
- svn_wc_revision_status
346
- several rev'd APIs, see doxygen docs
347
* flush stdout after each status/notification line (r19476 -656)
348
* new (experimental) ra_serf repository access module for pipelined DAV
349
* .svn/entries use a less verbose non-xml format (r19420)
350
* make recursive 'svn ls' streamy (issue #1809)
351
* remove svn-config script
352
* empty-file and README.txt removed from WC admin areas (r17181 -268 -364)
353
* replace cmdline client XML DTDs with RNG schemas (r16379 -80 -93 -571 17248)
354
* fixed: log --limit against old svnserve leaves unusable session (r19638)
355
* fixed: blame of WORKING revision shouldn't give BASE (r19558)
356
* fixed: svn_client_copy and _move should fail if target exists (issue #2188)
357
* fixed: svn_io_file_rename and readonlyness on Windows and UNIX (r17366 -69)
358
* fixed: ra_dav memory leak when reusing session (issue #2247)
359
* fixed: various problems with --enable-dso and global pools (r20996, r20999)
360
* SWIG bindings:
361
- SWIG/python bindings:
362
- new support for svn_client_info (r19413)
363
- SWIG/perl bindings:
364
- new support for svn_client_info (r18758)
365
- minor corrections to SVN::Fs (r19312)
366
* javahl bindings:
367
- APIs to get version info for the native libraries (r17604 -07)
368
- API for path validation (r18989, r19079)
369
- C++/Java code refactoring, cleanup, and consolidation
370
- fixed: handle possible errors from date/time conversions (r17213)
371
- fixed: SVNClient username/password JVM crash on null input (r19803 -13)
372
- fixed: specify default UUID load action (r18030)
373
374
-------------------------------------------------------------------
375
Sun Jul 23 08:41:55 CEST 2006 - olh@suse.de
376
377
- tolerate neon 0.24.4 and 0.26.*
378
379
-------------------------------------------------------------------
380
Wed Jul 19 14:54:43 CEST 2006 - olh@suse.de
381
382
- quick fix to try also an ipv4 connect if ipv6 fails (#193350)
383
384
-------------------------------------------------------------------
385
Sat Jul 15 19:09:43 CEST 2006 - olh@suse.de
386
387
- update cvs2svn to 1.3.1
388
- update viewcvs to 1.0.x branch
389
* fix exception on log page when use_pagesize is enabled
390
* fix an XHTML validation bug in the footer template (issue #239)
391
* fix handling of single-component CVS revision numbers (issue #237)
392
* fix bug in download-as-text URL link generation (issue #241)
393
* fix query.cgi bug, missing 'rss_href' template data item (issue #249)
394
* no longer omit empty Subversion directories from tarballs (issue #250)
395
- update to 1.3.2 (#181701)
396
User-visible-changes:
397
- Client:
398
* fixed: crash in svn st -u on missing subdirs (r19348, -73, issue #2551)
399
* svn_load_dirs.pl symlink support (issue #2478)
400
* fixed: svn_load_dirs.pl trying to import .svn and _svn dirs (r18549)
401
* fixed: leaving stray WC locks on cancellation (r18893)
402
403
- Server:
404
* fixed: memory leak in mod_dav_svn when listing large dirs (r19528)
405
* fixed: svnserve protocol error in lock, causing client hang (issue #2548)
406
* fixed: mod_dav_svn crash on valid request (r19520)
407
* mailer.py: add Content-Transfer-Encoding header (r19319)
408
* mailer.py: fixed: named substitutions incorrectly ignored (r18114, -681)
409
* fixed: authz requires read access for root for writes (issue #2486)
410
411
-------------------------------------------------------------------
412
Mon Jun 12 11:47:11 CEST 2006 - poeml@suse.de
413
414
- fix build on SUSE Linux 9.3 to 10.1 and SLES9
415
- remove X11 libs from BuildRequires -- they don't seem to be
416
required at all
417
418
-------------------------------------------------------------------
419
Sun Jun 11 00:07:47 CEST 2006 - olh@suse.de
420
421
- update subversion.viewcvs.conf
422
viewcvs was renamed to viewvc, all files were renamed
423
424
-------------------------------------------------------------------
425
Mon May 8 18:49:21 CEST 2006 - olh@suse.de
426
427
- update viewcvs to final release version 1.0.0
428
- update to 1.3.1
429
User-visible-changes:
430
- Client:
431
* fixed: segfault moving unversioned files (issue #2436)
432
* fixed: verbose list broken over ra_dav (issue #2442)
433
* fixed: 'svn ci -m path_name' not requiring '--force-log' (r17956)
434
* fixed: crash on mixed-case https URL scheme (r18042)
435
* fixed: crash in status with ignored directories (r18291)
436
* fixed: strip peg rev from default checkout directory (r18416)
437
* fixed: diff crash with non-recursive checkout (r17231, 18539, -41)
438
* fixed: 'svn ls' URL encoding bug with locks (r18665, -68)
439
* fixed: unlock circumvents lock token check (r18691, -94)
440
* fixed: repos-to-repos copy crash (r18451)
441
* fixed: 'svnmerge' utility improvements (r18811)
442
443
- Server:
444
* fixed: set svn:date at the end of commit in fsfs (r18078)
445
* fixed: don't wait for hook script background jobs (r18146)
446
* fixed: mod_dav_svn should log the whole error chain (r18211)
447
* fixed: uncomment section headers in repos config files (r18247, -50)
448
* fixed: log scalability issues with many paths (r18395, -404)
449
* fixed: better path input validation in mod_dav_svn (r18660)
450
* fixed: assert in copy in fsfs and bdb (issue #2398)
451
452
Developer-visible-changes:
453
* fixed: missing #include (r18065)
454
* fixed: error leaks (18196, -249)
455
* python bindings: libsvn_swig_py link problem on Solaris 10 (r17910)
456
* python bindings: pool lifetime bug (r17992)
457
* python bindings: memory leak (r18230)
458
* python bindings: race condition during application pool initialization (r18721)
459
460
-------------------------------------------------------------------
461
Wed Apr 12 14:28:27 CEST 2006 - olh@suse.de
462
463
- add svn_load_dirs.pl to subversion-tools package
464
465
-------------------------------------------------------------------
466
Tue Apr 4 21:10:36 CEST 2006 - olh@suse.de
467
468
- add svn-config to subversion-devel package (#163289)
469
470
-------------------------------------------------------------------
471
Fri Mar 10 14:08:07 CET 2006 - poeml@suse.de
472
473
- fix instructions in README.SuSE
474
475
-------------------------------------------------------------------
476
Sun Mar 5 16:32:34 CET 2006 - olh@suse.de
477
478
- pass prefix=/usr to cvs2svn install (#149809)
479
- update viewcvs to todays status
480
Improve error reporting when svn blame fails.
481
Fix mismatch between config.py and config file for php
482
Allow CVS roots to be specified as root_parent directories
483
Rename the "Project Root" drop down box to "Repository" in the default templates.
484
Fix issue 204, 'Invalid "Repository Listing" location'
485
Make EZT library support python iterators
486
Add rudimentary support for intraline diffs.
487
Implement trac-style unified diffs
488
Fix HTML escaping in new unified diff view
489
Fix issue #205 "Illegal id tags in tempates"
490
Call update() with the proper argument.
491
Avoid creating references to undefined "vc_idiff_" class.
492
Fixup <br> tags (to <br />).
493
Finish issue #212 -- XHTMLify the highlight integration.
494
Finish issue #210. Handle requests for [rootname]-root.tar.gz
495
Finish issue #174 -- markup view of HEAD shows HEAD metadata
496
Finish issue #178 -- remove references to symbolic revisions in instructions for Subversion diffs.
497
Use <em> instead of <i>, <strong> instead of <b>.
498
Fix a bug which caused 404's for revision views of the default repository when root_as_url_component is disabled.
499
Restore highlight "line-number-start" option.
500
set 'commits.log' template var instead of 'commits.desc'
501
Make vhost configuration work under mod_python.
502
503
-------------------------------------------------------------------
504
Mon Feb 27 15:40:05 CET 2006 - olh@suse.de
505
506
- fix viewcvs buglink patch
507
508
-------------------------------------------------------------------
509
Mon Feb 27 10:48:44 CET 2006 - olh@suse.de
510
511
- update viewcvs to todays status
512
correct subversion.viewcvs.conf defaults for mod_python
513
fix the python exceptions in viewcvs
514
515
-------------------------------------------------------------------
516
Sun Feb 26 22:42:45 CET 2006 - olh@suse.de
517
518
- add build dependency handling for swig bindings
519
520
-------------------------------------------------------------------
521
Thu Feb 23 11:11:04 CET 2006 - olh@suse.de
522
523
- update viewcvs to todays status
524
remove Requires: swig (#153013)
525
Require libapr-util1-devel libapr1-devel python-devel openldap2-devel
526
cvs2svn requires svnadmin from subversion
527
528
-------------------------------------------------------------------
529
Sun Jan 29 22:30:44 CET 2006 - olh@suse.de
530
531
- update viewcvs to todays status
532
update cvs2svn to current svn status
533
update viewcvs bugurl patch
534
build with -fstack-protector
535
disable java on ppc
536
537
-------------------------------------------------------------------
538
Mon Jan 23 20:37:35 CET 2006 - olh@suse.de
539
540
- update de and nb po files for subversion
541
update viewcvs to todays status
542
update cvs2svn to current svn status
543
544
-------------------------------------------------------------------
545
Mon Jan 9 23:16:28 CET 2006 - olh@suse.de
546
547
- fix CFLAGS usage in specfile
548
update viewcvs to todays status
549
update cvs2svn to current svn status
550
551
-------------------------------------------------------------------
552
Mon Jan 2 19:49:56 CET 2006 - dmueller@suse.de
553
554
- build against apache 2.2.x
555
556
-------------------------------------------------------------------
557
Sun Jan 1 12:55:53 CET 2006 - olh@suse.de
558
559
- update viewcvs to todays status
560
- update to 1.3.0
561
User-visible-changes:
562
- Client:
563
* 'svn ls -v' now shows remote locks (issue #2291)
564
* 'svn status' speedup (r15061, r15103)
565
* 'svn blame' speedup on files with long history (issue #1970)
566
* 'svnversion' now assumes default argument of '.' (r14892)
567
* support for neon 0.25.x, which fixes http:// control-c bug (issue #2297)
568
* support for more ISO-8601 date formats, compatible with GNU date (r14428)
569
* support for single-digit date components (r15459)
570
* working copy size with empty propfiles reduced (r16855, see releasenotes)
571
* new switches added:
572
- 'svn blame --xml [--incremental]' (r14690)
573
- 'svn status --xml [--incremental]' (issue #2069)
574
- 'svn info --xml [--incremental]'
575
- 'svn add/import --no-ignore' (issue #2105)
576
- 'svnlook tree --full-paths' (r13976)
577
- 'svnlook diff --diff-copy-from' (r14855)
578
- 'svnlook changed --copy-info' (r16681)
579
* fixed: 'svn copy wc URL' might include deleted items (issue #2153)
580
* fixed: 'svn copy wc wc' allows cross-repository copies (issue #2404)
581
* fixed: 'svn up/merge' major property-merging bugs (issue #2035)
582
* fixed: 'svn merge' insisting on write access to '.' (issue #2411)
583
* fixed: 'svn merge' cross-device move problems (r16293, -329, -330)
584
* fixed: 'svn diff' outputs headers in wrong encoding (issue #1533)
585
* fixed: 'svn proplist/add/cat' dies on unversioned items (issue #2030)
586
* fixed: 'svn add' not honoring svn:ignore property (issue #2243)
587
* fixed: 'svn log -rN:M --limit X' error over http:// (issue #2396)
588
* fixed: 'svn switch --relocate' failure on 'deleted' dir (r16673)
589
* fixed: 'svn info' not always showing repos lock (issue #2276)
590
* fixed: 'svn info' might show lock on wrong path (r16626)
591
* fixed: 'svnlook' chokes on logs with inconsistent newlines (r14573)
592
* fixed: 'svnlook propget --revprop -t' failure (r15203)
593
* fixed: 'svnversion' wrongly traverses into externals (r15161)
594
* fixed: incorrect URI encoding passed to svn+ssh:// (issue #2406)
595
* fixed: properly handle filenames containing '@' (issue #2317)
596
* fixed: '--non-interactive' now suppresses launch of $EDITOR (r15277)
597
* fixed: conflict markers not in current encoding (r14621)
598
* fixed: commands ignoring extraneous -m or -F switches (issue #2285)
599
* fixed: poor error-checking when using revprops (r15542)
600
* fixed: stack-smashing bugs (r15948, r16037)
601
* fixed: incorrect parsing of mod_dav_svn XML responses (r17589)
602
* translation updates for all languages
603
604
- Server:
605
* svnserve improvements:
606
- can now restrict read/write access by path (see releasenotes)
607
- undeprecation of the --read-only (-R) option (r17614)
608
* mod_dav_svn improvements:
609
- 'SVNListParentPath on' shows all repositories in web browser (r16158)
610
- ability to log high-level client operations (see releasenotes)
611
- sets svn:mime-type on autoversioning commits (r14359)
612
* 'svn log' performance improvement (r14722)
613
* fixed: fs history algorithm might return wrong objects (issue #1970)
614
* fixed: repos deadlock when hooks output too much (issue #2078)
615
* fixed: mod_dav_svn displays errors with sensitive paths (r14792)
616
* fixed: anonymous reader could create empty commits (issue #2388)
617
* fixed: possible segfault to callers of trace_node_locations() (r16188)
618
* fixed: BDB-style locking actions on FSFS repositories (r16295, r16297)
619
* fixed: numerous bugs running BDB commands on FSFS (issue #2361, r16388)
620
* fixed: svndumpfilter incorrectly remapping dropped revs (issue #1911)
621
622
- Both:
623
* faster multiple (un)locks in a single svn:// request (issue #2264)
624
* the Subversion Book is no longer bundled (r17466)
625
626
Developer-visible-changes:
627
* working copy is now storing repos_root as separate field (issue #960)
628
* keywords are now stored in an internal hash (issue #890)
629
* client status APIs now makes more server-side info available (r16344)
630
* new public APIs:
631
- new transfer progress callback for DAV (r15948)
632
- svn_ra_initialize(), svn_client_open_ra_session()
633
- svn_fs_closest_copy(), svn_fs_type()
634
- several rev'd APIs, see doxygen docs
635
* SWIG bindings: No more compile-time or runtime SWIG dependencies
636
- SWIG/python bindings:
637
- automatic memory management: APIs no longer require pool arguments!
638
- improved stability, as shown by our new testsuite
639
- better error messages
640
- SWIG/ruby bindings:
641
- complete API coverage!
642
- automatic memory management
643
- greatly expanded test suite
644
- SWIG/perl bindings:
645
- new accessors for svn_lock_t, svn_fs_access_t
646
- a number of bugfixes
647
* javahl bindings:
648
- add streamy API for fetching file contents (r15584)
649
- fixed: let tests run before bindings are installed (issue #2040)
650
- fixed: lock command not raising errors properly (issue #2394)
651
- fixed: ignored errors from svn_client_blame2() (r16434)
652
653
-------------------------------------------------------------------
654
Wed Dec 21 09:29:13 CET 2005 - olh@suse.de
655
656
- update svn to current svn-1.3.x branch
657
update cvs2svn to current svn status
658
update viewcvs to todays status
659
660
-------------------------------------------------------------------
661
Fri Dec 9 17:56:13 CET 2005 - olh@suse.de
662
663
- update svn to current svn-1.3.x branch
664
update cvs2svn to current svn status
665
update viewcvs to todays status, adapt a few path names
666
remove libapr0 from nfb, comes from apache2-devel-packages
667
update svndiff script to pass more options to svn
668
669
-------------------------------------------------------------------
670
Sat Dec 3 15:46:06 CET 2005 - olh@suse.de
671
672
- clear LD_RUN_PATH in perl bindings
673
allow building with older distributions, requires swig > 1.3.21
674
675
-------------------------------------------------------------------
676
Sat Dec 3 11:30:59 CET 2005 - olh@suse.de
677
678
- update svn to current svn-1.3.x branch
679
update cvs2svn to current svn status
680
update svndiff script to take $rev and r$rev as arguments
681
682
-------------------------------------------------------------------
683
Fri Nov 25 08:54:06 CET 2005 - olh@suse.de
684
685
- update svn to current svn-1.3.x branch
686
update cvs2svn to current svn status
687
update viewcvs to todays status, it is now viewvc
688
689
-------------------------------------------------------------------
690
Tue Nov 8 20:50:42 CET 2005 - olh@suse.de
691
692
- update svngrep to ignore quilt metadata
693
694
-------------------------------------------------------------------
695
Tue Nov 8 20:10:20 CET 2005 - olh@suse.de
696
697
- update svn to current svn-1.3.x branch
698
update cvs2svn to current svn status
699
update viewcvs to todays status
700
701
-------------------------------------------------------------------
702
Tue Nov 8 19:40:29 CET 2005 - olh@suse.de
703
704
- remove old extra po and pt_BR locale files
705
706
-------------------------------------------------------------------
707
Sun Oct 30 08:27:27 CET 2005 - olh@suse.de
708
709
- update to 1.3.0rc2
710
update cvs2svn to current svn status
711
build bindings parallel
712
713
-------------------------------------------------------------------
714
Fri Oct 28 19:37:39 CEST 2005 - olh@suse.de
715
716
- update to 1.3.0rc1
717
718
-------------------------------------------------------------------
719
Thu Oct 27 20:29:11 CEST 2005 - olh@suse.de
720
721
- move subversion-doc to a noarch package
722
update cvs2svn to current svn status
723
update viewcvs to todays status
724
725
-------------------------------------------------------------------
726
Wed Sep 21 11:10:33 CEST 2005 - olh@suse.de
727
728
- cvs2svn requires /usr/bin/co (#118017)
729
730
-------------------------------------------------------------------
731
Fri Aug 26 17:03:07 CEST 2005 - olh@suse.de
732
733
- update viewcvs, more permission fixes
734
- update svnbook
735
- update po and pt_BR locale file
736
- update to 1.2.3
737
User-visible-changes:
738
- Client:
739
* fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423)
740
* fixed: 'svn export' segfault (r15516)
741
* fixed: 'svn merge' memory leak (r15233)
742
* fixed: horrible rename-tracing performance against 1.0 servers (r15315)
743
* fixed: 'svn cat' over file:// -- small leak (r15253)
744
* fixed: crash with "svn lock" and authentication (r15703)
745
* improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340)
746
* translation updates for French, German, Polish, Norwegian, Swedish,
747
Korean
748
- Server:
749
* fixed: mod_authz_svn being overly restrictive (r15463)
750
* fixed: fsfs directory caching bug (r15705, r15742)
751
752
- Both:
753
* fixed: crash when >50 options passed to any commandline app (r15251)
754
* fixed: memory leak in character translation handle caching (r15379,-398)
755
756
Developer-visible-changes:
757
* fixed: crash when calling svn_client_(un)lock with no targets (r15734)
758
* missing #include in SWIG bindings (r15683)
759
* javahl bindings:
760
- fixed: JNI library loading bug (r15552)
761
- fixed: JNI stack-name cut and paste error (r15337)
762
- fixed: crash when revisions have no dates (r15737)
763
* perl bindings:
764
- now compatible with SWIG 1.3.25 (r15248)
765
- allow SVN::Pool to be used as pool parameter (r15450)
766
- make SVN::Delta::Editor friendlier for debugging (r15609)
767
- fixed: wrap svn_ra_stat properly (r15713)
768
- fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
769
* ruby bindings:
770
- now compatible with SWIG 1.3.25 (r14980, r15361)
771
772
-------------------------------------------------------------------
773
Fri Aug 19 11:24:41 CEST 2005 - olh@suse.de
774
775
- hide SVN_VIEWCVS_MODPYTHON section in IfModule mod_python.c
776
update viewcvs, more permission fixes
777
update svnbook
778
779
-------------------------------------------------------------------
780
Tue Aug 2 15:45:53 CEST 2005 - olh@suse.de
781
782
- provide libsvnjavahl-1.so in main svn package, for subclipse
783
- update svnbook
784
785
-------------------------------------------------------------------
786
Tue Jul 12 20:32:51 CEST 2005 - olh@suse.de
787
788
- remove --silent from libtool calls
789
all object files are compiled with the same CFLAGS
790
-fpie cant be used for shared objects, pass -fno-pie to libtool
791
as a quick hack
792
- update svnbook
793
794
-------------------------------------------------------------------
795
Tue Jul 12 11:27:41 CEST 2005 - poeml@suse.de
796
797
- double check that all repository access schemes are compiled
798
799
-------------------------------------------------------------------
800
Sun Jul 3 20:34:33 CEST 2005 - olh@suse.de
801
802
- update svnbook
803
- build with expat instead of libxml2 (#94606)
804
- update buildrequires for subversion-devel
805
- update to 1.2.1
806
User-visible-changes:
807
- Client:
808
* fixed: 'svn lock' on switched file locks wrong thing (issue #2307)
809
* fixed: 'svn (un)lock' errors on multiple targets (r14736, 14775)
810
* fixed: 'svn (un)lock' problems with URI-unsafe names (issue #2314)
811
* fixed: 'svn (un)lock' not caching authentication (r15088)
812
* fixed: 'svn unlock' loses executable bit (r14859, r14923, r14939)
813
* fixed: 'svn unlock URL' segfault (r14893)
814
* fixed: 'svn commit' failure on XML-unsafe locked paths (issue #2335)
815
* fixed: recursive directory copy bug (issue #2343)
816
* fixed: don't initialize RA library in 'svnversion' (r14755)
817
* various translation updates for localized client messages
818
- Server:
819
* fixed: 'svn log' performance regression, general (r14116, 14772, 14759)
820
* fixed: 'svn log -v' performance regression, FSFS-specific (r15016)
821
* fixed: mod_dav_svn bug sets content-type incorrectly (r15046)
822
Developer-visible-changes:
823
* fixed: OBOE with 'limit' parameter of svn_repos_get_logs3(). (r15119)
824
* perl bindings:
825
- accessors for svn_lock_t (r15082)
826
- call utf_initialize, adjust global pool usage (r15076, r15080,
827
r15081, r15117)
828
829
-------------------------------------------------------------------
830
Thu Jun 16 21:29:40 CEST 2005 - olh@suse.de
831
832
- update svnbook, add -fpie to CFLAGS, -pie to LDFLAGS
833
834
-------------------------------------------------------------------
835
Thu May 26 17:50:46 CEST 2005 - olh@suse.de
836
837
- Fix svn-push, which was segfaulting all the time
838
839
-------------------------------------------------------------------
840
Thu May 26 16:39:27 CEST 2005 - olh@suse.de
841
842
- add simple svndiff to operate on a single commit, update svnbook
843
844
-------------------------------------------------------------------
845
Mon May 23 20:43:03 CEST 2005 - olh@suse.de
846
847
- switch to 1.2.0 tag, add cvs2svn faq, update svnbook
848
849
-------------------------------------------------------------------
850
Sat May 21 19:09:42 CEST 2005 - olh@suse.de
851
852
- update to 1.2.0
853
User-visible-changes:
854
- Client:
855
* add peg-rev syntax to co/blame/cat/ls/pget/plist/export (issue #1093)
856
* 'svn info' now works on URLs (r13123, 13144)
857
* 'svn* --version' now shows available repository back-ends (r13761)
858
* new fixed-length keywords (for placement in binary files) (issue #2095)
859
* performance improvements:
860
- 'svn status' does much less disk parsing (r11677, 11704)
861
- 'svn st -u' no longer asks server to generate textdeltas (issue #2259)
862
- 'svn revert -R' doing much less work (r13883)
863
- utf8<->native conversions are faster now (issue #2016)
864
* new switches added:
865
- 'svn log --limit N' - show only first N log messages
866
- 'svn info --revision' - show info on older object (r13265)
867
- 'svn list --xml' - output listing in XML
868
- 'svn propset --force' - allow unusual propsets (#2065)
869
- 'svn diff --force' - show diffs on binary files (#2099)
870
- 'svn co/up/st --ignore-externals' - skip over externals (#2189)
871
- 'svn export --non-recursive' - don't export subdirs (issue #2228)
872
- 'svnversion --help' - show help (r13128)
873
* fixed: 'svn merge' fails to add symlinks or expand keywords (issue #2064)
874
* fixed: 'svn merge --dry-run' shows spurious 'skip' messages (issue #1943)
875
* fixed: 'svn merge' file-not-found' error (issue #1673)
876
* fixed: 'svn merge' of propchanges into deleted file (issue #2132)
877
* fixed: 'svn merge' on implicit target with space (r13010)
878
* fixed: 'svn merge/diff URL URL' can cause httpd timeout (issue #2048)
879
* fixed: 'svn switch/update' failure might corrupt wc (issue #1825)
880
* fixed: 'svn up' should rm before add, helps case-insensitivity (r12616)
881
* fixed: 'svn up -rX' causes file to be unrestorable (issue #2250)
882
* fixed: 'svn copy wc wc' should keep .svn/ hidden (issue #1739)
883
* fixed: 'svn copy wc wc' of deleted=true doesn't delete (issue #2101)
884
* fixed: 'svn copy' shouldn't copy into schedule-delete area (issue #2020)
885
* fixed: 'svn copy dir dir' infinite recursion (issue #2224)
886
* fixed: 'svn log' throws error on unversioned target (issue #1551)
887
* fixed: 'svn log' in r0 working copy shows r1 log msg (issue #1950)
888
* fixed: 'svn export' bugs on deleted dirs or nonexistents (#2226, r13226)
889
* fixed: 'svn export' on single file from working copy (issue #1708)
890
* fixed: 'svn import' creating an empty revision (r14293)
891
* fixed: 'svn commit' ignores --encoding when editing externally (#2244)
892
* fixed: 'svn commit' log message lost if utf8-conversion failure (r13230)
893
* fixed: 'svn diff' output encoding bug (r11461)
894
* fixed: 'svn diff' showing prop-diffs on repos root dir (r13381-2)
895
* fixed: 'svn diff' label reversal (issue #2033)
896
* fixed: 'svn propget' prints extra newline in --strict mode (r14505)
897
* fixed: 'svn propset' should skip unversioned files (#2030)
898
* fixed: 'svn rm URL1 URL2 URL3...' huge memory usage (issue #2218)
899
* fixed: 'svn mkdir' cleanup after failure (r11883)
900
* fixed: 'svn status -u' crash in non-recursive wc's (issue #2122)
901
* fixed: 'svn revert' should skip unversioned items (issues #2030, 2133)
902
* fixed: 'svn revert' should suggest --recursive (issue #2114)
903
* fixed: 'svn add/import' better detects invalid paths (issue #1954)
904
* fixed: 'svn cleanup' should repair timestamps (r12012)
905
* fixed: 'svn cat -rBASE' contacts repository (issue #1361)
906
* fixed: fuzzily escape control-characters when sending over dav (#2147)
907
* fixed: prevent client from manipulating svn:wc:* properties (r12523)
908
* fixed: xml-escaping bugs over dav (r11090)
909
* fixed: store symlinks as utf8, always work in non-utf8 locale (r11358-9)
910
* fixed: bug in special-file detranslation (r11441)
911
* fixed: show paths in local-style where we weren't (issue #1538)
912
* fixed: detect invalid propnames better (issue #1832)
913
* fixed: entire error stack not being printed (issue #1822)
914
* fixed: improper utf8 conversion of revision strings (issue #1999)
915
* fixed: use-commit-times timestamp bug (r12906)
916
* fixed: don't comment out section-names in default config file (r11771)
917
* more support for user-cancellation (r13083-4, 13086)
918
* improved error messages (r12920, 11392, 11599, 11913, #2154, #2214)
919
920
- Server:
921
* mod_dav_svn autoversioning feature now complete (see release notes)
922
* 'svnadmin create' now creates FSFS repositories by default (r13624)
923
* new pre/post-revprop hook argument to describe propchange (r12162)
924
* mod_authz_svn groups can now contain other groups (issue #2085)
925
* 'svnadmin recover' now creates default svnserve passwd file (r11589)
926
* increase default BDB cache size in DB_CONFIG (r13030)
927
* new switches added:
928
- 'svnlook diff --no-diff-added' - suppress added files (#2180)
929
- 'svnlook propget/proplist --revprop' - show revision props (#2181)
930
- 'svnadmin load --use-pre-commit-hook'
931
'svnadmin load --use-post-commit-hook'- invoke hooks when loading
932
* fixed: FSFS race condition on posix platforms (issue #2265)
933
* fixed: change FSFS revprops atomically and safely (issue #2193)
934
* fixed: FSFS should verify checksums (issue #2253)
935
* fixed: 'svnadmin create' should clean up when it fails (r13200)
936
* fixed: 'svnadmin load' compatibility on pre-0.14 dumpfiles (r12075)
937
* fixed: 'svnadmin load' crashes on contentful rev 0 (issue #1674)
938
* fixed: 'svnadmin dump' should write in console encoding (issue #1997)
939
* fixed: check for null-streams in dump/load code (r10510)
940
* fixed: hook script ignored when symlink is broken (issue #1700)
941
* fixed: hook script may inherit server's stdin stream (r12155)
942
* fixed: potential svnserve segfault (r13199)
943
* fixed: svnserve handling mutually-exclusive options (issue #2251)
944
* fixed: mod_authz_svn should log errors to httpd errorlog (issue #2182)
945
* fixed: 'svnadmin hotcopy' failed to copy format files (r14678, r14683)
946
947
- Both:
948
* new 'locking' feature (issue #1478, see release notes for details):
949
- new: 'svn lock/unlock', 'svnadmin lslocks/rmlocks', 'svnlook lock'
950
- new: 'svn:needs-lock' property to enable communication
951
- 'svn st [-u]' shows local or remote lock overview
952
- 'svn info wc | URL' shows local or remote lock details
953
- 'svn commit' sends locks, 'svn up' removes stale locks
954
- new hook scripts: pre-lock, pre-unlock, post-lock, post-unlock
955
* speedups for 'svn blame' and other commands (see xdelta in release notes)
956
* fixed: make both svnserve and svn:// urls work with IPv6 (r13235-6)
957
958
-------------------------------------------------------------------
959
Sun May 1 22:34:54 CEST 2005 - olh@suse.de
960
961
- add a simple svngrep script to simplify grep -r in repositories
962
963
-------------------------------------------------------------------
964
Sun May 1 21:20:05 CEST 2005 - olh@suse.de
965
966
- rcsvnserve had a hardcoded requirement for userid/groupid svn
967
this is now tuneable via a sysconfig variable
968
969
-------------------------------------------------------------------
970
Sun May 1 20:58:13 CEST 2005 - olh@suse.de
971
972
- update to docbook-xsl-1.68.1.tar.gz
973
- update to 1.1.4
974
User-visible-changes:
975
- Client:
976
* fixed: 'svn merge' can cause broken working copy (issue #2222)
977
* fixed: 'svn commit' fails when schedule-delete dir has local mod (r11980)
978
* fixed: 'svn st -u nonexistent_file' segfault (issue #2127)
979
* fixed: 'svn cp wc wc' utf8 conversion error (r13111)
980
* fixed: confusing error message about "wc not locked" (issue #2174)
981
- Server:
982
* fixed: nasty (though unusual) performance bug in FSFS commits (r13222-3)
983
* fixed: FSFS memory leak when auto-merging large tree (r13193)
984
* fixed: FSFS memory leak in 'svnadmin hotcopy' (r13218, 13465, 13468)
985
* fixed: FSFS segfault when encountering empty data reps (r13683)
986
* fixed: two dataloss bugs in svndumpfilter (r12630, r12636)
987
* fixed: wasteful memory usage in svndumpfilter (r12637, r12640)
988
* fixed: mod_dav_svn segfaults when client sends bogus paths (issue #2199)
989
990
-------------------------------------------------------------------
991
Wed Apr 20 00:50:25 CEST 2005 - ro@suse.de
992
993
- accept swig 1.3.24
994
995
-------------------------------------------------------------------
996
Tue Mar 29 12:36:08 CEST 2005 - poeml@suse.de
997
998
- subversion-doc apache configuration: fix invalid mixing of +/-
999
with non-+/- syntax in Options directive
1000
1001
-------------------------------------------------------------------
1002
Fri Mar 4 19:52:50 CET 2005 - olh@suse.de
1003
1004
- restore old java checks
1005
1006
-------------------------------------------------------------------
1007
Thu Mar 3 15:26:40 CET 2005 - olh@suse.de
1008
1009
- update cvs2svn to version 1.2.1, rev r1422
1010
* Fix cvs2svn's dumpfile output to work after Subversion's r12645.
1011
will also improve conversion speed
1012
1013
-------------------------------------------------------------------
1014
Wed Feb 23 15:14:50 CET 2005 - olh@suse.de
1015
1016
- build swig-pl without make -jN to avoid broken dependencies
1017
1018
-------------------------------------------------------------------
1019
Tue Feb 22 17:43:51 CET 2005 - ro@suse.de
1020
1021
- search also for "other" java on a biarch platform
1022
1023
-------------------------------------------------------------------
1024
Sat Feb 19 20:15:10 CET 2005 - olh@suse.de
1025
1026
- use lib macro to find java package
1027
1028
-------------------------------------------------------------------
1029
Wed Feb 16 16:08:19 CET 2005 - schwab@suse.de
1030
1031
- Don't override $EDITOR.
1032
1033
-------------------------------------------------------------------
1034
Tue Feb 15 13:24:21 CET 2005 - uli@suse.de
1035
1036
- cope with jpackage-compliant IBMJava2 (fixes s390*)
1037
1038
-------------------------------------------------------------------
1039
Sun Jan 23 12:31:43 CET 2005 - olh@suse.de
1040
1041
- set docroot=/viewcvs-docroot in viewcvs.conf
1042
handle SVN_VIEWCVS_MODPYTHON in apache2 subversion.viewcvs.conf
1043
1044
-------------------------------------------------------------------
1045
Mon Jan 17 07:56:19 CET 2005 - olh@suse.de
1046
1047
- update to 1.1.3
1048
- update viewcvs and cvs2svn to current cvs/svn status
1049
1050
-------------------------------------------------------------------
1051
Sat Jan 8 12:02:01 CET 2005 - olh@suse.de
1052
1053
- update viewcvs, includes the DESTDIR patch
1054
1055
-------------------------------------------------------------------
1056
Fri Jan 7 12:23:05 CET 2005 - olh@suse.de
1057
1058
- build java bindings
1059
1060
-------------------------------------------------------------------
1061
Thu Jan 6 17:10:00 CET 2005 - olh@suse.de
1062
1063
- update to 1.1.2
1064
drop subversion-keywords_on_add.patch
1065
http://svnbook.red-bean.com/svnbook-1.1/ch07s02.html#svn-ch-7-sect-2.4
1066
- add 2 security patches for viewcvs
1067
subversion.viewcvs.forbidden-hide_cvsroot_CAN-2004-0915.patch (#48989)
1068
subversion.viewcvs.escapeurl_CAN-2004-1062.patch (#49086)
1069
- update to docbook-xsl-1.67.2.tar.gz
1070
- update viewcvs and cvs2svn to current cvs/svn status
1071
- rename subversion-cvs2svn to cvs2svn
1072
- rename subversion-viewcvs to viewcvs
1073
1074
-------------------------------------------------------------------
1075
Thu Oct 14 13:45:15 CEST 2004 - olh@suse.de
1076
1077
- update to 1.0.9
1078
User-visible-changes:
1079
- Server:
1080
* fixed: 'svn ls' HTTP performance regression
1081
* fixed: 'svn log -v' hiding too much info on 'empty' revisions.
1082
1083
-------------------------------------------------------------------
1084
Thu Oct 14 02:02:31 CEST 2004 - ro@suse.de
1085
1086
- added libgcrypt, libgpg-error to neededforbuild
1087
1088
-------------------------------------------------------------------
1089
Fri Sep 24 20:37:45 CEST 2004 - olh@suse.de
1090
1091
- update to 1.0.8
1092
CAN-2004-0749: mod_authz_svn fails to protect metadata (#45610)
1093
Version 1.0.8
1094
User-visible-changes:
1095
* fixed: mod_authz_svn path and log-message metadata leaks.
1096
Version 1.0.7
1097
User-visible-changes:
1098
* fixed: 'svn st -u' crash (r10841)
1099
* fixed: potential repos corruption; ensure stdin/out/err always open
1100
* fixed: allow propnames containing ":" to be fetched via http://
1101
* fixed: allow user to interrupt between authentication prompts
1102
* fixed: work around +t directory-creation bug in APR
1103
* various small fixes to Book
1104
Developer-visible changes:
1105
* fix library dependencies for bindings
1106
* perl bindings: various fixes
1107
1108
-------------------------------------------------------------------
1109
Wed Sep 1 15:44:39 CEST 2004 - olh@suse.de
1110
1111
- add psvn.el
1112
1113
-------------------------------------------------------------------
1114
Fri Aug 27 14:39:07 CEST 2004 - olh@suse.de
1115
1116
- update cvs2svn to 1.0.0 status, rev 1368
1117
update viewcvs to todays status
1118
1119
-------------------------------------------------------------------
1120
Mon Aug 9 17:48:30 CEST 2004 - olh@suse.de
1121
1122
- update cvs2svn to 1.0rc4 status, rev 1322
1123
update viewcvs to todays status
1124
update to docbook-xsl-1.65.1.tar.gz
1125
1126
-------------------------------------------------------------------
1127
Tue Aug 3 10:37:26 CEST 2004 - olh@suse.de
1128
1129
- build perl bindings, allow make -jN
1130
1131
-------------------------------------------------------------------
1132
Thu Jul 29 13:51:51 CEST 2004 - poeml@suse.de
1133
1134
- fix path in README.SuSE
1135
- fix fillup of /etc/sysconfig/svnserve
1136
1137
-------------------------------------------------------------------
1138
Tue Jul 27 12:05:44 CEST 2004 - olh@suse.de
1139
1140
- update to rev 10424 from 1.0.x branch, 1.0.6 status
1141
1142
-------------------------------------------------------------------
1143
Tue Jul 6 16:52:28 CEST 2004 - poeml@suse.de
1144
1145
- add subversion.viewcvs-buglink.patch from James Henstridge, plus
1146
re.I modifier to match case insensitively
1147
1148
-------------------------------------------------------------------
1149
Tue Jul 6 14:17:03 CEST 2004 - poeml@suse.de
1150
1151
- update cvs2svn to r1214
1152
- update viewcvs to current CVS snapshot
1153
1154
-------------------------------------------------------------------
1155
Mon Jul 5 15:18:56 CEST 2004 - poeml@suse.de
1156
1157
- fix "select for diff" in viewcvs (patch by Heinrich
1158
Stamerjohanns)
1159
1160
-------------------------------------------------------------------
1161
Mon Jun 14 12:50:38 CEST 2004 - olh@suse.de
1162
1163
- update to rev 9955 from 1.0.x branch, 1.0.5 status
1164
1165
-------------------------------------------------------------------
1166
Mon May 10 18:11:54 CEST 2004 - olh@suse.de
1167
1168
- remove Requires: -<release> (#40278)
1169
1170
-------------------------------------------------------------------
1171
Sun May 9 17:11:30 CEST 2004 - olh@suse.de
1172
1173
- add subversion-1.0.1-exploit-old_timestamp_format.patch (#39774)
1174
1175
-------------------------------------------------------------------
1176
Mon Apr 19 23:19:44 CEST 2004 - olh@suse.de
1177
1178
- update to rev 9429 from 1.0.x branch, 1.0.2 status
1179
1180
-------------------------------------------------------------------
1181
Mon Mar 8 11:56:00 CET 2004 - olh@suse.de
1182
1183
- update to rev 8925 from 1.0.x brancht, almost 1.0.1 status
1184
1185
-------------------------------------------------------------------
1186
Thu Mar 4 15:37:59 CET 2004 - poeml@suse.de
1187
1188
- add patch for ViewCVS
1189
http://cvs.sourceforge.net/viewcvs.py/viewcvs/viewcvs/lib/ezt.py?r1=1.22&r2=1.23
1190
1191
-------------------------------------------------------------------
1192
Mon Mar 1 20:06:51 CET 2004 - olh@suse.de
1193
1194
- update to rev 8871 from 1.0.x branch
1195
1196
-------------------------------------------------------------------
1197
Sun Feb 22 10:04:58 CET 2004 - olh@suse.de
1198
1199
- update to 0.99.0 (1.0.0-beta1), from 1.0.x branch, rev 8806
1200
1201
-------------------------------------------------------------------
1202
Sat Jan 24 18:32:37 CET 2004 - olh@suse.de
1203
1204
- update to 0.37.0 from 1.0-stabilization branch
1205
allow swig 1.3.21
1206
1207
-------------------------------------------------------------------
1208
Mon Sep 8 12:22:58 CEST 2003 - poeml@suse.de
1209
1210
- subversion-viewcvs: explicitely allow access to the
1211
/srv/viewcvs/www/cgi directory, because we can not take it for
1212
granted that apache2 allows it by default [#29729]
1213
1214
-------------------------------------------------------------------
1215
Fri Aug 29 23:45:46 CEST 2003 - poeml@suse.de
1216
1217
- README.SuSE: add documentation on file permissions; fold in
1218
feedback from Heinrich Stamerjohanns
1219
1220
-------------------------------------------------------------------
1221
Fri Aug 29 18:30:13 CEST 2003 - mcihar@suse.cz
1222
1223
- subversion-cvs2svn requires python
1224
1225
-------------------------------------------------------------------
1226
Wed Aug 27 10:43:47 CEST 2003 - olh@suse.de
1227
1228
- do not install the book.pdf
1229
1230
-------------------------------------------------------------------
1231
Mon Aug 18 13:21:04 CEST 2003 - olh@suse.de
1232
1233
- update to 0.27.0, revision 6740
1234
update viewcvs to todays cvs status
1235
1236
-------------------------------------------------------------------
1237
Sun Aug 10 20:38:08 CEST 2003 - olh@suse.de
1238
1239
- update to pre 0.27, revision 6695
1240
1241
-------------------------------------------------------------------
1242
Sun Aug 10 19:56:27 CEST 2003 - olh@suse.de
1243
1244
- add rcsvnserve
1245
update hook template, svnlook is in /usr/bin
1246
update viewcvs to todays cvs status
1247
1248
-------------------------------------------------------------------
1249
Wed Jul 30 05:20:40 CEST 2003 - poeml@suse.de
1250
1251
- get CFLAGS from apxs, so they match the ones that apr and apache2
1252
were built with
1253
- "make external-install local-install" targets instead of make
1254
install, to work avoid hard coded pulling of the revision number
1255
from the svn working copy in the revision-install target
1256
1257
-------------------------------------------------------------------
1258
Fri Jul 25 11:33:25 CEST 2003 - olh@suse.de
1259
1260
- update to 0.26.0, revision 6576
1261
1262
-------------------------------------------------------------------
1263
Sun Jul 20 18:12:02 CEST 2003 - olh@suse.de
1264
1265
- split packages subversion-doc and subversion-viewcvs
1266
use SVN_DOC instead of SVN_DOCU
1267
use SVN_VIEWCVS to enable the scriptalias
1268
1269
-------------------------------------------------------------------
1270
Sat Jul 12 13:15:11 CEST 2003 - olh@suse.de
1271
1272
- update to 0.25.0, revision 6456
1273
use SVN_DOCU to provide html documentation via apache2
1274
1275
-------------------------------------------------------------------
1276
Sat Jul 5 00:17:13 CEST 2003 - olh@suse.de
1277
1278
- add subversion-python_bytecode-path-pr1131.patch
1279
do not compile in RPM_BUILD_ROOT, use builddir instead
1280
1281
-------------------------------------------------------------------
1282
Tue Jun 17 16:38:45 CEST 2003 - olh@suse.de
1283
1284
- update to 0.24.1 final, revision 6254
1285
update svnbook.red-bean.com/book.pdf
1286
1287
-------------------------------------------------------------------
1288
Tue Jun 17 08:33:20 CEST 2003 - kukuk@suse.de
1289
1290
- Add missing directory to filelist
1291
1292
-------------------------------------------------------------------
1293
Mon May 19 17:03:50 CEST 2003 - olh@suse.de
1294
1295
- update to 0.23.0 final, revision 5981
1296
add subversion-infopages.patch
1297
1298
-------------------------------------------------------------------
1299
Sat May 10 12:19:22 CEST 2003 - olh@suse.de
1300
1301
- update to 0.22.1 final, revision 5877
1302
use apache-2.0.45 apr
1303
1304
-------------------------------------------------------------------
1305
Fri May 2 15:58:30 CEST 2003 - olh@suse.de
1306
1307
- update to 0.22.0 , revision 5780
1308
build with newer apr
1309
1310
-------------------------------------------------------------------
1311
Fri Apr 11 01:02:07 CEST 2003 - ro@suse.de
1312
1313
- fix deprecated head/tail calling syntax (-1)
1314
1315
-------------------------------------------------------------------
1316
Wed Mar 19 21:32:02 CET 2003 - olh@suse.de
1317
1318
- update to 0.19.1 , revision 5394
1319
1320
-------------------------------------------------------------------
1321
Sun Mar 16 13:49:42 CET 2003 - olh@suse.de
1322
1323
- update to 0.19.1 , revision 5349
1324
update book.pdf
1325
1326
-------------------------------------------------------------------
1327
Tue Feb 18 13:49:41 CET 2003 - poeml@suse.de
1328
1329
- python might live below /usr/lib64
1330
1331
-------------------------------------------------------------------
1332
Thu Feb 13 13:34:39 CET 2003 - olh@suse.de
1333
1334
- update to 0.17.1 , revision 4877
1335
finally a working cvs2svn version, use the cvs2svn-mmacek branch
1336
1337
-------------------------------------------------------------------
1338
Mon Feb 10 17:35:44 CET 2003 - poeml@suse.de
1339
1340
- remove hints about SuSEconfig, it's not needed. Add README.SuSE
1341
about server configuration
1342
- drop /etc/apache2/modules/subversion, it is no longer needed
1343
- MPM specific links to mod_dav_svn.so are no longer needed
1344
- server requires apache2, and a Require on apr is no longer valid
1345
1346
-------------------------------------------------------------------
1347
Mon Feb 10 17:05:31 CET 2003 - olh@suse.de
1348
1349
- split packages cvs2svn and tools
1350
1351
-------------------------------------------------------------------
1352
Thu Feb 6 12:53:06 CET 2003 - olh@suse.de
1353
1354
- add hint about SuSEconfig run in subversion.conf example
1355
1356
-------------------------------------------------------------------
1357
Sun Feb 2 17:20:00 CET 2003 - olh@suse.de
1358
1359
- add subversion-0.17.1-editor.diff
1360
subversion-0.17.1-keywords_on_add.diff
1361
1362
-------------------------------------------------------------------
1363
Tue Jan 28 16:16:39 CET 2003 - olh@suse.de
1364
1365
- add subversion book.pdf from the website
1366
add svnserve and svnversion
1367
remove outdated info docu
1368
build and add html documentation
1369
new apache2 config file format, extend example in subversion.conf
1370
1371
-------------------------------------------------------------------
1372
Wed Jan 22 11:46:10 CET 2003 - olh@suse.de
1373
1374
- update to 0.17.1 , revision 4508
1375
1376
-------------------------------------------------------------------
1377
Tue Jan 21 16:17:24 CET 2003 - olh@suse.de
1378
1379
- update to 0.17.0 , revision 4474
1380
1381
-------------------------------------------------------------------
1382
Thu Dec 5 01:41:58 CET 2002 - poeml@suse.de
1383
1384
- update to 0.16.0 , revision 3987
1385
- use macro <apache2-devel-packages> in #neededforbuild
1386
- get rid of hardcoded MPM names
1387
1388
-------------------------------------------------------------------
1389
Wed Dec 4 12:40:15 CET 2002 - olh@suse.de
1390
1391
- update to 0.15.0 , revision 3985
1392
1393
-------------------------------------------------------------------
1394
Mon Nov 11 23:49:54 CET 2002 - ro@suse.de
1395
1396
- changed neededforbuild <xshared> to <x-devel-packages>
1397
- changed neededforbuild <xdevel> to <>
1398
1399
-------------------------------------------------------------------
1400
Sun Oct 13 23:04:56 CEST 2002 - olh@suse.de
1401
1402
- update to 0.14.3 , revision 3360
1403
add subversion configfiles for apache2
1404
1405
-------------------------------------------------------------------
1406
Sat Oct 12 14:25:22 CEST 2002 - olh@suse.de
1407
1408
- update to 0.14.3 , revision 3353
1409
add more dir path to file list, add more docu
1410
apxs is in /usr/sbin
1411
1412
-------------------------------------------------------------------
1413
Thu Sep 19 13:55:04 CEST 2002 - olh@suse.de
1414
1415
- update to 0.14.3 , revision 3188
1416
use python-imaging instead of python-tkinter
1417
1418
-------------------------------------------------------------------
1419
Sat Aug 31 13:02:30 CEST 2002 - poeml@suse.de
1420
1421
- update to last release 0.14.2 (svn update was broken when
1422
repositories contained renames)
1423
1424
-------------------------------------------------------------------
1425
Tue Aug 27 12:57:47 CEST 2002 - poeml@suse.de
1426
1427
- use apxs2, building a common mod_dav_svn.so for all three MPMs
1428
- don't let apxs add an entry for mod_dav_svn.so into httpd.conf
1429
1430
-------------------------------------------------------------------
1431
Sun Aug 11 18:31:34 CEST 2002 - olh@suse.de
1432
1433
- update to 0.14.1, rev 2935, build html docs
1434
1435
-------------------------------------------------------------------
1436
Thu Aug 1 14:26:44 CEST 2002 - olh@suse.de
1437
1438
- update to 2840, add svnadmin and svnlock
1439
1440
-------------------------------------------------------------------
1441
Tue Jul 30 08:34:32 CEST 2002 - olh@suse.de
1442
1443
- remove apr, use apache2 instead, update to 2787
1444
1445
-------------------------------------------------------------------
1446
Fri Jul 26 02:50:18 CEST 2002 - olh@suse.de
1447
1448
- initial SuSE release with version 0.14.0.2720
1449
built with apr_20020725163531 and apr-util-20020725
1450
1451
1452