代码搜索:SubVersion
找到约 952 项符合「SubVersion」的源代码
代码结果 952
www.eeworm.com/read/273662/4201359
py skel.py
# Python parser for Subversion skels
import string, re
from types import *
def parse(s):
if s[0] != '(' and s[-1] != ')':
raise ValueError("Improperly bounded skel: '%s'" % s)
wholeskel = s
www.eeworm.com/read/273662/4201413
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.
# Clean ou
www.eeworm.com/read/273662/4201452
m4 svn-macros.m4
# Miscellaneous additional macros for Subversion's own use.
# SVN_CONFIG_NICE(FILENAME)
# Write a shell script to FILENAME (typically 'config.nice') which reinvokes
# configure with all of the argume
www.eeworm.com/read/273662/4201526
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, mo
www.eeworm.com/read/273662/4201546
pl svn-log.pl
#!/usr/bin/perl
# Generate a nice log format for the Subversion repository.
use strict;
my $repos = shift @ARGV;
# Make sure we got all the arguments we wanted
if ((not defined $repos) or (
www.eeworm.com/read/273662/4201944
readme
Subversion Java integration
===========================
$LastChangedDate: 2006-03-18 20:23:14 +0000 (Sat, 18 Mar 2006) $
Contents:
I. STATUS
II. BUILDING
III. INTERFACES
www.eeworm.com/read/273660/4202436
py skel.py
# Python parser for Subversion skels
import string, re
from types import *
def parse(s):
if s[0] != '(' and s[-1] != ')':
raise ValueError("Improperly bounded skel: '%s'" % s)
wholeskel = s
www.eeworm.com/read/273660/4202490
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.
# Clean ou
www.eeworm.com/read/273660/4202529
m4 svn-macros.m4
# Miscellaneous additional macros for Subversion's own use.
# SVN_CONFIG_NICE(FILENAME)
# Write a shell script to FILENAME (typically 'config.nice') which reinvokes
# configure with all of the argume
www.eeworm.com/read/273660/4202603
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, mo