Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for svnReadZip (0.11 sec)

  1. src/cmd/go/internal/modfetch/codehost/svn.go

    	}
    
    	info := &RevInfo{
    		Name:    strconv.FormatInt(log.Logentry.Revision, 10),
    		Short:   fmt.Sprintf("%012d", log.Logentry.Revision),
    		Time:    t.UTC(),
    		Version: rev,
    	}
    	return info, nil
    }
    
    func svnReadZip(ctx context.Context, dst io.Writer, workDir, rev, subdir, remote string) (err error) {
    	// The subversion CLI doesn't provide a command to write the repository
    	// directly to an archive, so we need to export it to the local filesystem
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 19 02:47:12 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top