代码搜索:Subversion
找到约 952 项符合「Subversion」的源代码
代码结果 952
www.eeworm.com/read/409921/2220701
txt changes.txt
You will find only major changes in this file.
Small bug fixes and developments steps are not listet here.
If you search for more information, look into the Subversion repository.
14.10.2002 m. f
www.eeworm.com/read/177852/9430689
1 tkcvs.1
.TH TkCVS 1 Release 8.0.3
.SH NAME
TkCVS - a Tk/Tcl Graphical Interface to CVS and Subversion
.SH SYNOPSIS
.B tkcvs
[\-dir directory] [\-root cvsroot] [\-win workdir|module|merge] [\-log file]
.
www.eeworm.com/read/190346/5184094
makefile
XSLTPROC = xsltproc
INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion
INSTALL = install
## You shouldn't normally need to edit anything below here.
SHELL = /bin/sh
SVNVERSION = svnversion
BO
www.eeworm.com/read/190346/5185303
1 svnlook.1
.\" You can view this file with:
.\" nroff -man [filename]
.\"
.TH svnlook 1
.SH NAME
svnlook \- Subversion repository examination tool
.SH SYNOPSIS
.TP
\fBsvnlook\fP \fIcommand\fP \fI/path/to/repos\f
www.eeworm.com/read/273662/4201360
py svn-bdb-view.py
#!/usr/bin/python
#
# This is a pretty-printer for subversion BDB repository databases.
#
import sys, os, re, codecs, textwrap
import skel, svnfs
# Parse arguments
if len(sys.argv) == 2:
dbhome =
www.eeworm.com/read/273662/4201580
enforcer
#!/usr/bin/python
# -*- coding:utf-8;mode:python;mode:font-lock -*-
##
# Utility for Subversion commit hook scripts
# This script enforces certain coding guidelines
##
# Copyright (c) 2005 Wilfredo S
www.eeworm.com/read/273662/4202120
1 svnsync.1
.\" You can view this file with:
.\" nroff -man [filename]
.\"
.TH svnsync 1
.SH NAME
svnsync \- Subversion repository synchronization tool
.SH SYNOPSIS
.TP
\fBsvnsync\fP \fIcommand\fP \fIdest-url\fP
www.eeworm.com/read/273662/4202207
1 svnlook.1
.\" You can view this file with:
.\" nroff -man [filename]
.\"
.TH svnlook 1
.SH NAME
svnlook \- Subversion repository examination tool
.SH SYNOPSIS
.TP
\fBsvnlook\fP \fIcommand\fP \fI/path/to/repos\f
www.eeworm.com/read/273662/4202213
rnc log.rnc
# XML RELAX NG schema for Subversion command-line client output
# For "svn log"
include "common.rnc"
start = log
log = element log { logentry* }
logentry =
element logentry { attlist.logentry, a
www.eeworm.com/read/273662/4202216
rnc blame.rnc
# XML RELAX NG schema for Subversion command-line client output
# For "svn blame"
include "common.rnc"
start = blame
blame = element blame { target* }
## Information for one blamed file.
target =