代码搜索:Subversion
找到约 952 项符合「Subversion」的源代码
代码结果 952
www.eeworm.com/read/273660/4202771
py stat_tests.py
#!/usr/bin/env python
#
# stat_tests.py: testing the svn stat command
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# =============
www.eeworm.com/read/273660/4202774
py diff_tests.py
#!/usr/bin/env python
#
# diff_tests.py: some basic diff tests
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ====================
www.eeworm.com/read/273660/4203377
readme
The official FreeBSD port of Subversion is now maintained in the FreeBSD ports
tree, in the devel/subversion directory.
For the latest version, see
http://www.freebsd.org/cgi/cvsweb.cgi/port
www.eeworm.com/read/190346/5184910
py commit_tests.py
#!/usr/bin/env python
#
# commit_tests.py: testing fancy commit cases.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# =====
www.eeworm.com/read/190346/5184911
py externals_tests.py
#!/usr/bin/env python
#
# module_tests.py: testing modules / external sources.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
www.eeworm.com/read/190346/5184935
py actions.py
#!/usr/bin/env python
#
# actions.py: routines that actually run the svn client.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
www.eeworm.com/read/190346/5184942
py getopt_tests.py
#!/usr/bin/env python
#
# getopt_tests.py: testing the svn command line processing
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
www.eeworm.com/read/296298/3906718
cmake findsubversion.cmake
SET(SUBVERSIONFOUND)
SET(SUBVERSION_ALL_LIBS)
#search libraries for UNIX
IF (UNIX)
MACRO(FIND_SUB_LIB targetvar libname)
IF (SUBVERSION_INSTALL_PATH)
FIND_LIBRARY(${targetvar} ${libnam
www.eeworm.com/read/273662/4201640
py commit_tests.py
#!/usr/bin/env python
#
# commit_tests.py: testing fancy commit cases.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ============
www.eeworm.com/read/273662/4201641
py externals_tests.py
#!/usr/bin/env python
#
# module_tests.py: testing modules / external sources.
#
# Subversion is a tool for revision control.
# See http://subversion.tigris.org for more information.
#
# ====