Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for svn (0.61 sec)

  1. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals("https://maven.apache.org/spacy%20path", pom.getValue("url"));
            assertEquals("https://svn.apache.org/viewvc/spacy%20path", pom.getValue("scm/url"));
            assertEquals("scm:svn:svn+ssh://svn.apache.org/spacy%20path", pom.getValue("scm/connection"));
            assertEquals("scm:svn:svn+ssh://svn.apache.org/spacy%20path", pom.getValue("scm/developerConnection"));
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *    into 'build/deploy/lib'
         * }
         * </pre>
         * Note that CopySpecs can be nested:
         * <pre>
         * copy {
         *    into 'build/webroot'
         *    exclude '**&#47;.svn/**'
         *    from('src/main/webapp') {
         *       include '**&#47;*.jsp'
         *       filter(ReplaceTokens, tokens:[copyright:'2009', version:'2.3.1'])
         *    }
         *    from('src/main/js') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modget/get.go

    To balance the functionality and security concerns, the 'go get' command
    by default will only use git and hg to download code from public servers.
    But it will use any known version control system (bzr, fossil, git, hg, svn)
    to download code from private servers, defined as those hosting packages
    matching the GOPRIVATE variable (see 'go help private'). The rationale behind
    allowing only Git and Mercurial is that these two systems have had the most
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
Back to top