Home
last modified time | relevance | path

Searched refs:subversion (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-12.1/contrib/subversion/
H A Dbuild-outputs.mk26subversion/tests/afl subversion/tests/cmdline subversion/tests/libsvn_subr subversion/tests/libsvn…
38subversion/svn/svn.1 subversion/svnadmin/svnadmin.1 subversion/svndumpfilter/svndumpfilter.1 subve…
560subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.m…
882subversion/svn/add-cmd.lo subversion/svn/auth-cmd.lo subversion/svn/blame-cmd.lo subversion/svn/ca…
1275subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.m…
1412subversion/include/mod_authz_svn.h subversion/include/mod_dav_svn.h subversion/include/svn_auth.h
3316 subversion/svn/blame-cmd.lo: subversion/svn/blame-cmd.c subversion/include/private/svn_debug.h subv…
3318 subversion/svn/cat-cmd.lo: subversion/svn/cat-cmd.c subversion/include/private/svn_debug.h subversi…
3338 subversion/svn/diff-cmd.lo: subversion/svn/diff-cmd.c subversion/include/private/svn_debug.h subver…
3348 subversion/svn/info-cmd.lo: subversion/svn/info-cmd.c subversion/include/private/svn_debug.h subver…
[all …]
H A Dbuild.conf147 path = subversion/svn
484 path = subversion/po
610 path = subversion/bindings/javahl/src/org/apache/subversion/javahl
611 subversion/bindings/javahl/src/org/apache/subversion/javahl/callback
612 subversion/bindings/javahl/src/org/apache/subversion/javahl/remote
613 subversion/bindings/javahl/src/org/apache/subversion/javahl/types
614 subversion/bindings/javahl/src/org/apache/subversion/javahl/util
624 path = subversion/bindings/javahl/src/org/tigris/subversion/javahl
636 path = subversion/bindings/javahl/tests/org/apache/subversion/javahl
648 path = subversion/bindings/javahl/tests/org/tigris/subversion/javahl
[all …]
H A DMakefile.in41 SCHEMA_DIR = subversion/svn/schema
130 INCLUDES = -I$(top_srcdir)/subversion/include -I$(top_builddir)/subversion \
457 subversion/bindings/javahl/classes \
458 subversion/bindings/javahl/include \
459 subversion/libsvn_*/*.pc \
725 org.tigris.subversion.javahl \
726 org.apache.subversion.javahl \
729 org.apache.subversion.javahl.types \
730 org.apache.subversion.javahl.util
1004 subversion/libsvn_wc/wc-queries.h: $(abs_srcdir)/subversion/libsvn_wc/wc-metadata.sql
[all …]
H A DREADME21 http://subversion.apache.org/
26 $ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
48 First, read http://subversion.apache.org/docs/community-guide/
54 Read the FAQ: http://subversion.apache.org/faq.html
H A DCHANGES3 http://svn.apache.org/repos/asf/subversion/tags/1.10.0
291 http://svn.apache.org/repos/asf/subversion/tags/1.9.7
315 http://svn.apache.org/repos/asf/subversion/tags/1.9.6
351 http://svn.apache.org/repos/asf/subversion/tags/1.9.5
402 http://svn.apache.org/repos/asf/subversion/tags/1.9.4
444 http://svn.apache.org/repos/asf/subversion/tags/1.9.3
2563 http://subversion.apache.org/security/
3087 * New JavaHL package: org.apache.subversion
6379 * new ~/.subversion/config file
6637 * new ~/.subversion configuration directory
[all …]
H A DINSTALL58 https://subversion.apache.org/packages.html
298 file subversion/libsvn_ra_serf/README.
564 https://subversion.apache.org/download/
701 https://subversion.apache.org/packages.html#windows
989 Then build subversion:
1015 C:>mkdir Release\subversion\tests\cmdline
1016 C:>xcopy /S /Y subversion\tests\cmdline Release\subversion\tests\cmdline
1164 Remove them before building subversion.
1302 the instructions in subversion/tests/cmdline/README.
1369 ./subversion/bindings/swig/INSTALL
[all …]
H A DBUGS2 http://subversion.apache.org/docs/community-guide/issues.html
H A Dconfigure.ac25 AC_INIT([subversion], package
26 [esyscmd(python build/getversion.py SVN subversion/include/svn_version.h)],
27 [http://subversion.apache.org/])
29 AC_CONFIG_SRCDIR(subversion/include/svn_types.h)
1007 for library_dir in "$abs_srcdir/subversion/libsvn_"*; do
1205 [Specify a default editor for the subversion client.]),
1573 AC_CONFIG_HEADERS(subversion/svn_private_config.h.tmp:subversion/svn_private_config.h.in)
1575 [svn_cf=subversion/svn_private_config.h;
1584 for pc_in_file in "${abs_srcdir}"/subversion/libsvn_*/*.pc.in; do
1592 SVN_CONFIG_SCRIPT(subversion/bindings/swig/perl/native/Makefile.PL)
[all …]
H A DLICENSE213 subversion/bindings/swig/python/tests/trac/:
264 For the file subversion/libsvn_subr/utf_width.c
272 For the (modified) utf8proc library in subversion/libsvn_subr/utf8proc
336 For the files subversion/libsvn_subr/x509parse.c and
337 subversion/libsvn_subr/x509.h
399 For the (modified) LZ4 library files in subversion/libsvn_subr/lz4
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dzfs_upgrade.kshlib93 for subversion in $ZFS_ALL_VERSIONS ; do
95 eval subverfs=\$ZFS_VERSION_$subversion
101 if (( subversion == zpl_version )); then
109 version=${subversion} ${current_fs}/$subverfs
112 version=${subversion} ${current_fs}/$subverfs
H A Dzfs_upgrade_004_pos.ksh83 for subversion in $ZFS_ALL_VERSIONS ; do
85 eval subverfs=\$ZFS_VERSION_$subversion
86 log_must $ZFS create -o version=${subversion} \
H A Dzfs_upgrade_005_pos.ksh83 for subversion in $ZFS_ALL_VERSIONS ; do
85 eval subverfs=\$ZFS_VERSION_$subversion
86 log_must $ZFS create -o version=${subversion} \
/freebsd-12.1/usr.bin/ident/
H A Dident.c59 bool subversion = false; in scan() local
111 subversion = false; in scan()
143 subversion = true; in scan()
179 if (c == ' ' || (subversion && c == '#')) { in scan()
/freebsd-12.1/usr.bin/svn/lib/
H A DMakefile.inc5 SVNDIR= ${SRCTOP}/contrib/subversion/subversion
/freebsd-12.1/usr.bin/svn/
H A DMakefile.inc17 SVNDIR= ${SRCTOP}/contrib/subversion/subversion
/freebsd-12.1/sys/dev/rtwn/
H A Dif_rtwn_fw.h40 uint16_t subversion; member
H A Dif_rtwn_fw.c148 le16toh(hdr->version), le16toh(hdr->subversion), in rtwn_load_firmware()
/freebsd-12.1/contrib/subversion/doc/
H A Ddoxygen.conf579 INPUT = subversion/include \
580 subversion/include/private/svn_doxygen.h
/freebsd-12.1/contrib/elftoolchain/
H A DREADME.rst60 .. _subversion: https://subversion.apache.org/ target in Tracking Ongoing Development
62 The subversion branch for the current set of sources may be accessed
/freebsd-12.1/contrib/pjdfstest/
H A DFREEBSD-upgrade8 http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dblender8 # GLOB chunk was moved near start and provides subversion info since 2.42
/freebsd-12.1/contrib/netbsd-tests/
H A DFREEBSD-upgrade8 http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html
/freebsd-12.1/tools/tools/git/
H A DHOWTO131 importgit must be run from a clean subversion checkout. You should ensure that
149 plus subversion as outline in https://wiki.freebsd.org/GitWorkflow/GitSvn
153 branches). To run it just cd into the git subversion tree somewhere and
/freebsd-12.1/contrib/atf/
H A DFREEBSD-upgrade8 http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html
/freebsd-12.1/sys/dev/iir/
H A Diir_ctrl.c259 p->subversion = osreldate / 1000 % 100; in iir_ioctl()

12