Home
last modified time | relevance | path

Searched refs:SVN_DIR (Results 1 – 9 of 9) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/dev-support/
H A Dpublish_hbase_website.sh38 SVN_DIR=
58 SVN_DIR=$OPTARG
73 if [ ! $SVN_DIR ]; then
74 SVN_DIR=~/svn/hbase.apache.org/trunk
78 if [ ! -d $GIT_DIR -o ! -d $SVN_DIR ]; then
120 cd $SVN_DIR
/dports/www/p5-CGI-Kwiki/CGI-Kwiki-0.18/lib/CGI/Kwiki/Backup/
H A DSVN.pm8 use constant SVN_DIR => 'metabase/svn'; constant
47 return $self if -d SVN_DIR;
49 $self->shell("$svnadmin create " . SVN_DIR);
51 chmod 0777, SVN_DIR;
52 my $url = File::Spec->rel2abs( SVN_DIR );
H A DSVNPerl.pm14 use constant SVN_DIR => 'metabase/svn'; constant
23 if (-d SVN_DIR) {
24 $repos = SVN::Repos::open (SVN_DIR);
27 $repos = SVN::Repos::create(SVN_DIR, undef, undef,
/dports/www/mod_authnz_crowd/mod_authnz_crowd-2.2.2/
H A Dconfigure.ac33 AC_CHECK_FILE([/usr/local/include/subversion-1/svn_client.h], [SVN_DIR="/usr/local"], [
34 AC_CHECK_FILE([/usr/include/subversion-1/svn_client.h], [SVN_DIR="/usr"], [
38 AC_SUBST([SVN_DIR]) subst
/dports/devel/upp/upp/uppsrc/urepo/
H A DDiff.cpp26 if(kind == SVN_DIR) { in Execute()
112 if(kind == SVN_DIR) in Load()
H A Durepo.h33 enum { NOT_REPO_DIR = 0, SVN_DIR, GIT_DIR }; enumerator
H A DRepoSync.cpp214 if(w.kind == SVN_DIR) { in SyncList()
508 return SVN_DIR; in GetRepoKind()
517 return SVN_DIR; in GetRepoKind()
/dports/www/mod_authnz_crowd/mod_authnz_crowd-2.2.2/src/svn/
H A DMakefile.am5 AM_CPPFLAGS = -I@APACHE_INCLUDE_DIR@ `apr-1-config --cppflags --includes` -I@SVN_DIR@/include/subve…
/dports/devel/upp/upp/uppsrc/ide/
H A Didebar.cpp505 String txt = String("Show ") + (editfile_repo == SVN_DIR ? "svn" : "git") + " history of file"; in FilePropertiesMenu()
514 if(editfile_repo == SVN_DIR) { in FilePropertiesMenu()