/
niceSOFT
/
subversion
ОбзорДокументацияВойти
/
niceSOFT
/
subversion
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
subversion/
tools/dev/
..
benchmarks

Replace http:// links with https://, except LICENSE and license headers

4 года назад
gdb-py

Fix breakage of the JavaHL build and a debugging tool, following r1614599.

12 лет назад
gen-test-data

* tools/dev/gen-test-data/gen_diff_test_data.c: (one_line_tag): Don't calculate string length when what we really want to check is whether string is non-empty.

5 лет назад
mergegraph

* tools/buildbot/slaves/README, tools/buildbot/slaves/svn-x64-macosx/setenv.sh, tools/dev/build-svn-deps-win.pl, tools/dev/find-control-statements.py, tools/dev/mergegraph/mergegraph.py, tools/dev/stress.pl, tools/dev/x509-parser.c, tools/dist/backport.pl, tools/dist/dist.sh, tools/dist/release.py, tools/examples/get-location-segments.py: (): Fix various typos detected by codespell.

6 лет назад
svnraisetreeconflict

On the 'utf8-cmdline-prototype' branch: UTF8-ize remaining miscellaneous programs: svn-mergeinfo-normalizer, svnconflict, svnraisetreeconflict, svn-wc-db-tester.

8 месяцев назад
unix-build

Reverting r1932579.

4 месяца назад
wc-ng

On the 'utf8-cmdline-prototype' branch: UTF8-ize remaining miscellaneous programs: svn-mergeinfo-normalizer, svnconflict, svnraisetreeconflict, svn-wc-db-tester.

8 месяцев назад
windows-build

* tools/dev/windows-build/Makefile Add SERFVER variable, for the serf version, just like for the other dependencies.

14 лет назад
analyze-svnlogs.py

* tools/dev/analyze-svnlogs.py: Allow shebang line locate python binaries not installed in /usr/bin.

16 лет назад
aprerr.txt

* tools/dev/aprerr.txt: Add a comment describing purpose of this file.

13 лет назад
check-license.py

Adjust references to pre-ASF-migration revisions by the +840074 offset.

16 лет назад
contribulyze.py

Silence some SyntaxWarnings from Python 3.12+:

4 месяца назад
datecheck.py

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
find-bad-style.py

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
find-control-statements.py

* tools/buildbot/slaves/README, tools/buildbot/slaves/svn-x64-macosx/setenv.sh, tools/dev/build-svn-deps-win.pl, tools/dev/find-control-statements.py, tools/dev/mergegraph/mergegraph.py, tools/dev/stress.pl, tools/dev/x509-parser.c, tools/dist/backport.pl, tools/dist/dist.sh, tools/dist/release.py, tools/examples/get-location-segments.py: (): Fix various typos detected by codespell.

6 лет назад
find-unmoved-deprecated.sh

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
fsfs-access-map.c

Corrected spelling mistakes in comments.

10 лет назад
gen-javahl-errors.py

Silence the dangling-doc-comment warnings in JavaHL mostly by replacing Doxygen-style copyright headers in Java files with plain block comments.

3 месяца назад
gen-py-errors.py

Yet another round of making our usage of "print" syntactically compatible with Python 2 and 3 alike.

10 лет назад
gen_junit_report.py

Work towards Python 3 compatibility. Since we already require Python 2.7+, we can use the new syntax without further limiting our Python 2 support.

10 лет назад
gnuify-changelog.pl

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
graph-dav-servers.py

Work towards Python 3 compatibility. Since we already require Python 2.7+, we can use the new syntax without further limiting our Python 2 support.

10 лет назад
hash-test.c

There are some places where we use svn_revnum_t as keys in an apr_hash_t and it turns out that APR's default hash function doesn't work very well in this case. For the load revmap hash it is possible for over 96% of the revnums added to the hash to be in hash collision chains, meaning that most hash lookups will degrade to a linked list scan. Subversion has an alternative hash function, available via svn_hash__make(), that works much better in this case, so use it.

3 года назад
histogram.py

Work towards Python 3 compatibility. Since we already require Python 2.7+, we can use the new syntax without further limiting our Python 2 support.

10 лет назад
lock-check.py

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
log_revnum_change_asf.py

* tools/dev/log_revnum_change_asf.py (): New script to modify old (svn.collab.net) revision numbers referenced in log messages to new revision numbers in ASF subversion repository.

17 лет назад
merge-graph.py

Yet another round of making our usage of "print" syntactically compatible with Python 2 and 3 alike.

10 лет назад
min-includes.sh

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
mklog.py

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
mlpatch.py

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
normalize-dump.py

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
po-merge.py

Apply the standard pre-branch whitespace cleanup via tools/dev/remove-trailing-whitespace.zsh

11 лет назад
prebuild-cleanup.sh

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
random-commits.py

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
remove-trailing-whitespace.sh

Following up on r1659509, extend the whitespace cleanup script to include .sql and .sh files

11 лет назад
sbox-ospath.py

Work towards Python 3 compatibility. Since we already require Python 2.7+, we can use the new syntax without further limiting our Python 2 support.

10 лет назад
scramble-tree.py

Require Python ≥2.7 for Subversion 1.9, part 2: coding simplifications.

11 лет назад
stress.pl

* tools/buildbot/slaves/README, tools/buildbot/slaves/svn-x64-macosx/setenv.sh, tools/dev/build-svn-deps-win.pl, tools/dev/find-control-statements.py, tools/dev/mergegraph/mergegraph.py, tools/dev/stress.pl, tools/dev/x509-parser.c, tools/dist/backport.pl, tools/dist/dist.sh, tools/dist/release.py, tools/examples/get-location-segments.py: (): Fix various typos detected by codespell.

6 лет назад
svn-dev.el

Replace http:// links with https://, except LICENSE and license headers

4 года назад
svn-dev.vim

More license cleanup.

16 лет назад
svn-entries.el

More license cleanup.

16 лет назад
svn-merge-revs.py

Update every occurence of the Subversion repository URL to apache.org, except in CHANGES (for sentimental reasons, I guess).

17 лет назад
svnqlite3-dump

* tools/dev/svnqlite3-dump: Add ASF license header.

15 лет назад
trails.py

Fix some typos.

12 лет назад
verify-history.py

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
warn-ignored-err.sh

Apply ASF license headers to a number of files included under that license but lacking said header.

17 лет назад
which-error.py

Work towards Python 3 compatibility. Since we already require Python 2.7+, we can use the new syntax without further limiting our Python 2 support.

10 лет назад
x509-parser.c

* tools/buildbot/slaves/README, tools/buildbot/slaves/svn-x64-macosx/setenv.sh, tools/dev/build-svn-deps-win.pl, tools/dev/find-control-statements.py, tools/dev/mergegraph/mergegraph.py, tools/dev/stress.pl, tools/dev/x509-parser.c, tools/dist/backport.pl, tools/dist/dist.sh, tools/dist/release.py, tools/examples/get-location-segments.py: (): Fix various typos detected by codespell.

6 лет назад