Skip to content

latao/vcs-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vcs-wrapper

vcs-wrapper

使用范例
    public static void main(String[] args) throws VCSException {
        VCSContext vcsContext = new VCSContext("http://svn.teclick.com/arch", "account", "password");
        VCS vcs = VCSFactory.newInstance(VCSType.valueOf("svn"), vcsContext);
        vcs.checkout(new File("MyLocalFolder"), "project", "branch", "1024");
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages