Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 41 for svn (0.17 sec)

  1. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/MavenPublication.java

     *           }
     *         }
     *         scm {
     *           connection = "scm:svn:http://subversion.example.com/svn/project/trunk/"
     *           developerConnection = "scm:svn:https://subversion.example.com/svn/project/trunk/"
     *           url = "http://subversion.example.com/svn/project/trunk/"
     *         }
     *       }
     *     }
     *   }
     * }
     * </pre>
     *
     * @since 1.4
     */
    @HasInternalProtocol
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

          </otherArchives>
        </mailingList>
      </mailingLists>
      <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url>
      </scm>
      <build>
        <pluginManagement>
          <plugins>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  3. src/syscall/mkall.sh

    	;;
    freebsd_386)
    	mkerrors="$mkerrors -m32"
    	mksyscall="./mksyscall.pl -l32"
    	mksysnum="curl -s 'http://svn.freebsd.org/base/stable/10/sys/kern/syscalls.master' | ./mksysnum_freebsd.pl"
    	mktypes="GOARCH=$GOARCH go tool cgo -godefs"
    	;;
    freebsd_amd64)
    	mkerrors="$mkerrors -m64"
    	mksysnum="curl -s 'http://svn.freebsd.org/base/stable/10/sys/kern/syscalls.master' | ./mksysnum_freebsd.pl"
    	mktypes="GOARCH=$GOARCH go tool cgo -godefs"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 18:22:23 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modfetch/codehost/vcs.go

    			}
    			return str.StringList("hg", "archive", "-t", "zip", "--no-decode", "-r", rev, "--prefix=prefix/", pattern, "--", target)
    		},
    	},
    
    	"svn": {
    		vcs:  "svn",
    		init: nil, // no local checkout
    		tags: func(remote string) []string {
    			return []string{"svn", "list", "--", strings.TrimSuffix(remote, "/trunk") + "/tags"}
    		},
    		tagRE: re(`(?m)^(.*?)/?$`),
    		statLocal: func(rev, remote string) []string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

          </otherArchives>
        </mailingList>
      </mailingLists>
      <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url>
      </scm>
      <build>
        <pluginManagement>
          <plugins>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  6. platforms/core-runtime/file-temp/src/main/java/org/gradle/api/internal/file/temp/DefaultTemporaryFileProvider.java

            File dir = newTemporaryFile(path);
            forceMkdir(dir);
            try {
                // TODO: This is not a great paradigm for creating a temporary directory.
                // See http://guava-libraries.googlecode.com/svn/tags/release08/javadoc/com/google/common/io/Files.html#createTempDir%28%29 for an alternative.
                File tmpDir = TempFiles.createTempFile(prefix, suffix, dir);
                if (!tmpDir.delete()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 19 21:16:13 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  7. maven-api-impl/src/test/remote-repo/org/apache/apache/1/apache-1.pom

      </organization>
      <url>http://www.apache.org/</url>
      <repositories>
        <repository>
          <id>apache.snapshots</id>
          <name>Apache Snapshot Repository</name>
          <url>http://svn.apache.org/maven-snapshot-repository</url>
          <releases>
            <enabled>false</enabled>
          </releases>
        </repository>
      </repositories>
      <distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/Script.java

         * properties on the new file tree.  Example:</p>
         * <pre>
         * fileTree(dir:'src', excludes:['**&#47;ignore/**','**&#47;.svn/**'])
         * </pre>
         * <p>The returned file tree is lazy, so that it scans for files only when the contents of the file tree are
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  9. maven-bom/pom.xml

        <system>Jenkins</system>
        <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/</url>
      </ciManagement>
      <distributionManagement>
        <site>
          <id>apache.website</id>
          <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
        </site>
        <downloadUrl>https://maven.apache.org/download.html</downloadUrl>
      </distributionManagement>
    
      <properties>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  10. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/fs/FileSystemClientTest.java

                for (final RequestData requestData : urlSet.toArray(new RequestData[urlSet.size()])) {
                    String url = requestData.getUrl();
                    if (url.indexOf(".svn") < 0) {
                        assertTrue(url.contains("test/dir1") || url.contains("test/dir2") || url.contains("test/text1.txt")
                                || url.contains("test/text2.txt") || url.contains("test/text%203.txt"));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top