-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcs.json
16 lines (16 loc) · 3.6 KB
/
vcs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Git", "logo": "http://javahonk.com/wp-content/uploads/2015/07/git.png", "common_cmd": "git clone [url]"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Apache Subversion", "logo": "https://linuxanswer.org/wp-content/uploads/2017/03/svn.png", "common_cmd": "svn checkout/co URL PATH"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Mercurial", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/New_Mercurial_logo.svg/2000px-New_Mercurial_logo.svg.png", "common_cmd": "hg clone --uncompressed http://server/repo"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "GNU Bazaar ", "logo": "http://2.bp.blogspot.com/-Yqd0z4K94B0/TfSS8OXf89I/AAAAAAAABJA/fGLt-N9ti2s/s200/bazaar.png", "common_cmd": "bzr branch lp:bzr bzr.dev"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Monotone", "logo": "https://www.monotone.ca/res/logo.png", "common_cmd": "mtn db init --db=:user"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Fossil", "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Fossil_SCM_logo.svg/170px-Fossil_SCM_logo.svg.png", "common_cmd": "fossil clone ?OPTIONS? URI FILENAME"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Darcs", "logo": "https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_1489700446/darcs.png", "common_cmd": "darcs clone --lazy URL"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Concurrent Versions System", "logo": "https://upload.wikimedia.org/wikipedia/commons/d/d8/TortoiseCVS_Logo.png", "common_cmd": "cvs -d /home/Project/CVS_root init"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "AccuRev", "logo": "https://pbs.twimg.com/profile_images/378800000092420461/aeab81f94d12ea387f7cae8868892112_400x400.png", "common_cmd": "accurev mkstream -s <stream> -b <backing-stream>"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Veracity", "logo": "https://discoversdkcdn.azureedge.net/runtimecontent/companyfiles/5875/3191/thumbnail.png", "common_cmd": ""}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "ArX", "logo": "https://arxequity.com/wp-content/themes/arx/img/logo_big_blue.png", "common_cmd": "arx make-archive ArchiveName RepositoryDirectory"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "BitKeeper", "logo": "http://www.bitkeeper.org/man/BitKeeper_SN_Blue.png", "common_cmd": "bk clone <from>"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "SVK", "logo": "None", "common_cmd": "svk commit [PATH\u2026]"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Plastic SCM", "logo": "https://pbs.twimg.com/profile_images/378800000542266610/114e3495e712c5bc736970326ecfb9f2_400x400.png", "common_cmd": "cm mkwk [name]"}
,{"group": "Version Control Systems", "sub_group": "None", "prog_lang": "all", "tool_name": "Team Foundation Server", "logo": "https://szul.blob.core.windows.net/images/team-foundation-server-2015-header.png", "common_cmd": "tf get [itemspec]"}
,{"group": "Quality Assurance", "sub_group": "Unit Testing", "prog_lang": "C", "tool_name": "Check", "logo": "None", "common_cmd": "None"}]