Home
last modified time | relevance | path

Searched refs:SVNURL (Results 1 – 25 of 125) sorted by relevance

12345

/dports/net-mgmt/net-snmp/net-snmp-5.9/dist/
H A Dsvnup60 SVNURL=`svn info $DIR| grep URL|cut -f2 -d " "`
61 SVNTLD=`echo $SVNURL | sed 's:.*svnroot/net-snmp/\([^/]*\).*:\1:'`
65 TAG=`echo $SVNURL | sed 's:.*svnroot/net-snmp/[^/]*/\([^/]*\).*:\1:'`
75 COMMAND="svn update -q $SVNURL $DIR"
/dports/textproc/clucene/clucene-core-2.3.3.4/src/contribs/bashscripts/
H A DfindPatchThatBrokeUnitTest.sh57 svn checkout -r $REVISION $SVNURL $SOURCEDIR
92 SVNURL=`svn info $SOURCEDIR | grep -m 1 '^URL: ' | cut -b 6-`
95 echo $SVNURL
98 MODULE=`basename $SVNURL`
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/
H A Dgenerate_changelog15 test -n "$SVNURL" || { echo "Please set SVNURL first"; exit 1; }
21 SRCREP="$SVNURL/$2"
24 TAGSREP="$SVNURL/tags"
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/
H A DNewNightlyTest.pl114 my $SVNURL = $ENV{"SVNURL"};
115 $SVNURL = 'http://llvm.org/svn/llvm-project' unless $SVNURL;
254 $SVNURL = $TestSVNURL = "";
489 RunLoggedCommand("( time -p $SVNCMD $SVNURL/llvm/trunk llvm; cd llvm/projects ; " .
494 " $SVNCMD $SVNURL/cfe/trunk clang )", $COLog,
641 print "SVN URL = $SVNURL\n";
/dports/sysutils/pipemeter/pipemeter-1.1.5/
H A Dpkgpipemeter.sh14 SVNROOT=`echo $SVNURL|sed -e 's/\/[^\/]*$//'`
15 svn copy $SVNURL $SVNROOT/tags/$SVNTAG || exit 1
/dports/www/grails/grails-1.3.6/scripts/
H A DReleasePlugin.groovy91 SVNURL aURL= SVNURL.parseURIDecoded(url)
192 def svnUrl = SVNURL.parseURIEncoded(aUrl)
335 trunk = SVNURL.parseURIDecoded("${remoteLocation}/trunk")
523 def svnURL = SVNURL.parseURIDecoded (remotePluginMetadata)
674 def checkoutFromSVN(File checkOutDir, SVNURL svnURL) {
680 SVNURL importBaseToSVN(File importBaseDirectory) {
686 def svnURL = SVNURL.parseURIDecoded("${remoteLocation}/trunk")
700 tags = SVNURL.parseURIDecoded("${remoteLocation}/tags")
701 latest = SVNURL.parseURIDecoded(latestRelease)
702 release = SVNURL.parseURIDecoded(versionedRelease)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/config/
H A Ddist.mk28 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
66 svn export -r $(shell echo $(SVNVER) | tr -d 'a-zA-Z' ) $(SVNURL) "$(DISTY_TMP)/icu"
/dports/devel/statsvn/statsvn-0.7.0/src/net/sf/statsvn/util/svnkit/
H A DSvnKitPropget.java15 import org.tmatesoft.svn.core.SVNURL;
59 public void handleProperty(SVNURL url, SVNPropertyData data) throws SVNException { in handleProperty()
/dports/devel/statsvn/statsvn-0.7.0/src-temp/net/sf/statsvn/util/svnkit/
H A DSvnKitPropget.java15 import org.tmatesoft.svn.core.SVNURL;
59 public void handleProperty(SVNURL url, SVNPropertyData data) throws SVNException { in handleProperty()
/dports/lang/fpc-utils/fpc-3.2.2/utils/svn2cvs/
H A Dsvn2cvs.pp11 KeySVNURL = 'SVNURL';
74 SVNURL : String;
215 if not RunSVN(Format('co -r %d %s .',[StartRevision,SVNURL]),S) then
477 SVNURL:=ReadString(SGlobal,KeySVNURL,'');
495 SVNURL:=GetOptionValue('s','svn-repository');
/dports/lang/fpc-source/fpc-3.2.2/utils/svn2cvs/
H A Dsvn2cvs.pp11 KeySVNURL = 'SVNURL';
74 SVNURL : String;
215 if not RunSVN(Format('co -r %d %s .',[StartRevision,SVNURL]),S) then
477 SVNURL:=ReadString(SGlobal,KeySVNURL,'');
495 SVNURL:=GetOptionValue('s','svn-repository');
/dports/lang/ruby26/ruby-2.6.9/tool/
H A Dmake-snapshot72 SVNURL = URI.parse("https://svn.ruby-lang.org/repos/ruby/")
495 vcs = VCS::SVN.new($svn == true ? SVNURL : URI.parse($svn))
499 vcs = VCS::SVN.new(SVNURL)
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/config/
H A Ddist.mk29 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
/dports/editors/lazarus/lazarus/components/onlinepackagemanager/
H A Dopkman_serializablepackages.pas227 property SVNURL: String read FSVNURL write FSVNURL; property
862 AMetaPackage.SVNURL := PackageData.Get('SVNURL');
1227 APackageData.Add('SVNURL', AMetaPackage.SVNURL);
/dports/editors/lazarus-qt5/lazarus/components/onlinepackagemanager/
H A Dopkman_serializablepackages.pas227 property SVNURL: String read FSVNURL write FSVNURL; property
862 AMetaPackage.SVNURL := PackageData.Get('SVNURL');
1227 APackageData.Add('SVNURL', AMetaPackage.SVNURL);
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/google/go-github/github/
H A Devent_types.go607 SVNURL *string `json:"svn_url,omitempty"` member
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/go-github/github/
H A Drepos.go36 SVNURL *string `json:"svn_url,omitempty"` member
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/
H A Dopkman_serializablepackages.pas235 property SVNURL: String read FSVNURL write FSVNURL; property
871 AMetaPackage.SVNURL := PackageData.Get('SVNURL');
1332 APackageData.Add('SVNURL', AMetaPackage.SVNURL);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/
H A Dopkman_serializablepackages.pas235 property SVNURL: String read FSVNURL write FSVNURL; property
871 AMetaPackage.SVNURL := PackageData.Get('SVNURL');
1332 APackageData.Add('SVNURL', AMetaPackage.SVNURL);
/dports/net/evans/evans-0.9.1/vendor/github.com/google/go-github/github/
H A Devent_types.go665 SVNURL *string `json:"svn_url,omitempty"` member
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/google/go-github/github/
H A Devent_types.go627 SVNURL *string `json:"svn_url,omitempty"` member
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/google/go-github/go-github-17.0.0/github/
H A Devent_types.go665 SVNURL *string `json:"svn_url,omitempty"` member
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/google/go-github/github/
H A Devent_types.go665 SVNURL *string `json:"svn_url,omitempty"` member
/dports/www/beehive/beehive-0.4.0/vendor/github.com/google/go-github/github/
H A Devent_types.go665 SVNURL *string `json:"svn_url,omitempty"` member
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/google/go-github/github/
H A Devent_types.go665 SVNURL *string `json:"svn_url,omitempty"` member

12345