代码搜索:Subversion
找到约 952 项符合「Subversion」的源代码
代码结果 952
www.eeworm.com/read/273660/4202519
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 revision
www.eeworm.com/read/273660/4202626
readme
svn2cl - create a ChangeLog from a subversion log
Copyright (C) 2004, 2005, 2006 Arthur de Jong
Redistribution and use in source and binary forms, with or without
modification, are permi
www.eeworm.com/read/273660/4202630
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 package and
www.eeworm.com/read/273660/4203067
license_for_python_bindings
This is version 1 of this license. It is also available online at
< http://subversion.tigris.org/license-for-python-bindings.html >.
If newer versions of this license are posted there, you may use a
n
www.eeworm.com/read/273660/4203219
rnc status.rnc
# XML RELAX NG schema for Subversion command-line client output
# For "svn status"
# The DTD compatibility annotations namespace, used for adding default
# attribute values.
namespace a = "http://rel
www.eeworm.com/read/273660/4203413
iss svn_dynamics.iss
; This is where you can let Inno Setup know where to find the files included in
; the setup.
; The paths can be relative to the "packages\win32-innosetup" path in the
; Subversion repository or they c
www.eeworm.com/read/273660/4203420
txt can-2004-0749-advisory.txt
mod_authz_svn fails to protect metadata
Summary:
=======
mod_authz_svn, the Apache httpd module which does path-based
authorization on Subversion repositories, is not correctly protect
www.eeworm.com/read/190346/5184575
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 $rep
www.eeworm.com/read/190346/5185436
in svn_private_config.h.in
/* subversion/svn_private_config.h.in. Generated from configure.in by autoheader. */
/* The fs type to use by default */
#undef DEFAULT_FS_TYPE
/* Define to 1 if translation of program messages to
www.eeworm.com/read/190346/5185638
svndiff
This file describes the svndiff format used by the Subversion code.
Its design borrows many ideas from the vdelta and vcdiff encoding
formats from AT&T Research Labs, but it is much simpler and thus