代码搜索:SubVersion
找到约 952 项符合「SubVersion」的源代码
代码结果 952
www.eeworm.com/read/289431/8551815
sub tkds30xx.sub
FPAttributeValueFile
n SubType="IVI"
n SubVersion="1"
v attrAcquisitionTypeRangeTable DataType="i"
TKDS30XX_VAL_NORMAL (0)
"Sets the oscilloscope to the normal acquisition mode. Th
www.eeworm.com/read/319671/13447022
sub tktds754.sub
FPAttributeValueFile
n SubType="IVI"
n SubVersion="1"
v attrAcquisitionStopAfterRangeTable DataType="i"
(TKTDS754_VAL_COMMAND) (1)
""
TKTDS754_VAL_SINGLE_SEQUENCE (2)
"The os
www.eeworm.com/read/223570/14624477
sub tktds754.sub
FPAttributeValueFile
n SubType="IVI"
n SubVersion="1"
v attrAcquisitionStopAfterRangeTable DataType="i"
(TKTDS754_VAL_COMMAND) (1)
""
TKTDS754_VAL_SINGLE_SEQUENCE (2)
"The os
www.eeworm.com/read/190346/5183911
sh prebuild-cleanup.sh
#!/bin/sh
### Purify a system, to simulate building Subversion on a "clean" box.
###
### You'll probably need to run this as `root', and may need to change
### some paths for your system.
# C
www.eeworm.com/read/190346/5183936
in hot-backup.py.in
#!/usr/bin/env python
#
# hot-backup.py: perform a "hot" backup of a Berkeley DB repository.
# (and clean old logfiles after backup completes.)
#
# Subversion is a tool for revi
www.eeworm.com/read/190346/5184077
texi deltas.texi
@node Deltas
@chapter Deltas
Subversion uses three kinds of deltas:
@itemize @bullet
@item
A @b{@dfn{tree delta}} describes the difference between two arbitrary
directory trees, the way a tr
www.eeworm.com/read/190346/5184086
txt writingchangelogs.txt
This is an essay by Jim Blandy on maintaining
ChangeLog entries.
Although Subversion generates its ChangeLogs from cvs log data,
instead of keeping independent ChangeLog files
www.eeworm.com/read/190346/5184576
readme svn_load_dirs.readme
Introduction
============
This Perl script is designed to load a number of directories into
Subversion. This is useful if you have a number of .zip's or
tar.{Z,gz,bz2}'s for a particular packag
www.eeworm.com/read/190346/5185139
readme
Subversion Java integration
===========================
$LastChangedDate: 2004-04-17 19:44:55 -0700 (Sat, 17 Apr 2004) $
Contents:
I. STATUS
II. BUILDING
III.
www.eeworm.com/read/273662/4201361
py svnfs.py
# A handle object for convenience in opening a svn repository
import sys
# We need a bsddb linked to the same version of Berkeley DB as Subversion is
try:
import bsddb3 as bsddb
except ImportError