-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (59 loc) · 10 KB
/
index.html
File metadata and controls
72 lines (59 loc) · 10 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Version control | PostPDM software</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/1.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="css/img.css" type="text/css" media="screen,projection" />
</head>
<body>
<div id="header">
<h1><a href="http://soft.postpdm.com/">PostPDM software</a></h1>
<h3>Everyday collaboration tool for engineers</h3>
<ul id="nav">
<li><a href="index.html" class="active">Home - VCE</a></li> <li><a href="docs.html">Documentation</a></li> <li><a href="news.html">News</a></li> <li><a href="cad_diff.html">CAD Diff</a></li> <li><a href="visio2image.html">Visio2Image</a></li>
</ul>
</div>
<div id="container">
<div id="content">
<h2><a href="#">Version Control for engineers</a></h2> <p>"Version Control for engineers" (SVN edition) is a freeware Windows collaboration tool for engineers, scientist and designers.</p><p>"Version Control for engineers" gives you the file revision control for your hardware, engineering and scientific projects, CAD/CAM files and other binary and text documents.</p><h3>Audience</h3><p>Product audience is a mechanical and civil engineers, scientist and designers.</p><h3>Goals</h3><ul><li>Made easy collaboration for your work group.</li><li>Made easy you individual work on several computers.</li><li>Zero the headache of "There is the document X?" or "Which version of this drawing is last?"</li><li>Made visual all of document modifications between versions.</li></ul><h3>Features</h3><ul><li>File synchronization via LAN or Internet</li><li>Full change control</li><li>Whole project history</li><li>Merge conflict resolver</li><li>Image diff (visual compare)</li><li>Clear Windows GUI and easy installation (or use as <a href="docs.html#Portable">Portable</a>)</li></ul><h3>Download</h3><h4>MS Windows installer</h4><p><a href="https://sourceforge.net/projects/postpdm/files/latest/download" rel="nofollow"><img alt="Download Version Control for engineers" src="https://a.fsdn.com/con/app/sf-download-button"></a></p><p>6.9 MB installer for Windows, <strong>v0.22, release date 26.05.17</strong></p><p>Alternative link: <strong><a href="https://bitbucket.org/yncoder/naiveshark/downloads/vce_setup_0.22.exe">vce_setup_0.22.exe</a></strong></p><h4>MS Windows portable</h4><p><a href="https://sourceforge.net/projects/portable.postpdm.p/files/latest/download" rel="nofollow"><img alt="Download Version Control for engineers (Portable)" src="https://a.fsdn.com/con/app/sf-download-button"></a></p><h3>Screenshots</h3><div class="gallerycontainer"><a class="thumbnail" href="#thumb"><img src="img/v0.17/2016-03-30 14_13_10-VCS Client Projects list.png" width="200px" height="150px" border="0" /><span><img src="img/v0.17/2016-03-30 14_13_10-VCS Client Projects list.png" /><br />"Main window with project list" dialog</span></a><a class="thumbnail" href="#thumb"><img src="img/v0.17/2016-03-30 14_19_02-checkout_view.png" width="200px" height="150px" border="0" /><span><img src="img/v0.17/2016-03-30 14_19_02-checkout_view.png" /><br />"Project view" dialog with main tools</span></a><br /><a class="thumbnail" href="#thumb"><img src="img/2015-09-04 16_47_28-Options.png" width="200px" height="150px" border="0" /><span><img src="img/2015-09-04 16_47_28-Options.png" /><br />"Options" dialog</span></a><a class="thumbnail" href="#thumb"><img src="img/2015-09-02 15_24_32-Add new project.png" width="200px" height="150px" border="0" /><span><img src="img/2015-09-02 15_24_32-Add new project.png" /><br />"Adding new project" dialog</span></a><br /><a class="thumbnail" href="#thumb"><img src="img/2015-09-18 18_17_12-Diff compare.png" width="200px" height="150px" border="0" /><span><img src="img/2015-09-18 18_17_12-Diff compare.png" /><br />Original, modified and compared image (fit to window size, difference is highlighted with red)</span></a><a class="thumbnail" href="#thumb"><img src="img/v0.15/2016_02_03_Diff for MS Visio example.png" width="200px" height="150px" border="0" /><span><img src="img/v0.15/2016_02_03_Diff for MS Visio example.png" /><br />Original, modified and compared MS Visio drawings</span></a><br /></div><h2>How it works</h2><p>"Version Control for engineers" is graphical user interface client for SVN (Apache™ Subversion®) version control system.</p><p>Program supports the file, http and https connection to SVN repositories. To collaborate on your project, you need the ready SVN-repository in your LAN, Internet or in cloud.</p><p>Article about where you can host your projects - <a href="docs.html#Where2host">read the docs...</a></p><h2>How to use</h2><ol><li>Download, install and run the program.</li><li>If you wish to connect to svn repositories, hosted in the Internet, and you are behind the proxy-server - do configuring the proxy host in "Options" dialog.</li><li>Add new project. Type the url of existing repository, your credentials (if needed) and local path - where do you want to place the working copy.</li><li>When repository will checkout to selected working copy path, you can edit your project local files with any editors your prefer.</li><li>When some editions complete, back to project window and observe your modifications. Use "Commit" command to send (publishing) all modifications <strong>to</strong> repository. Use "Update" command to take all modification <strong>from</strong> repository (made from other people).</li><li>Use the "View log" ("View item log") command to see whole history of committed (saved to repository) modifications for your project (or selected file).</li></ol><h2>Handle CAD file versions and revisions</h2><p>With "Version Control for engineers" you can handle file versions and revisions for most of desktop CAD/CAM systems - <a href="docs.html#Handle_CAD_files">read the docs...</a>.</p><h2>Image diff (compare for technical visuals)</h2><p>One of the most wanted function for revision control of technical drawings - visual compare.<p><p>VCE gives the dual and triple view of original, modified and compared image, with zoom and scroll synchronization - <a href="docs.html#Image_diff">read the docs...</a><p>VCE support wide list of common raster and vector graphics formats like BMP, GIF, PNG, PSD, EPS, SVG - full list <a href="docs.html#Supported_image_formats">read in the docs...</a></p><h2>MS Word diff (compare for technical documents)</h2><p>If you have MS Word installed on your computer, VCE can run the .doc and .docx comparison from Diff and Resolve dialogs for viewing modified and conflicted documents - <a href="docs.html#Word_diff">read the docs...</a></p><h2>MS Visio diff (compare for technical drawings)</h2><p>If you have MS Visio installed on your computer, VCE can show the .vsd, .vdx and .vdw drawings comparison from Diff and Resolve dialogs for modified and conflicted documents - <a href="docs.html#Visio_diff">read the docs...</a></p><h2>DWG and DXF diff (compare for CAD files)</h2><p>If you have MS Visio installed on your computer, VCE can show the .dwg and dxf visual comparison from Diff and Resolve dialogs for modified and conflicted documents - <a href="docs.html#DWG_DXF_diff">read the docs...</a></p><h2>CDW diff (compare for KOMPAS Graphic CAD files)</h2><p>If you have KOMPAS Graphic installed on your computer, VCE can show the .cdw visual comparison from Diff and Resolve dialogs for modified and conflicted documents - <a href="docs.html#CDW_diff">read the docs...</a></p><h2>Portable!</h2><p>Read full overview in <a href="docs.html#Portable">Portable distributive</a> article.</p><h2>Tell all the people!</h2><p>If you are satisfied with VCE - please tell about it to you friends. We need the user feedback to design the product by your way.</p>
</div>
<div id="sidebar">
<h3>About</h3>
<p class="about"> We are develop the collaboration tool for engineers - version control system </p>
<h3>Support</h3>
<ul>
<li><a href="https://groups.google.com/forum/#!forum/postpdm"><span>»</span> Support forum on Google Groups</a></li>
<li><a href="https://www.facebook.com/PostPDM"><span>»</span> Facebook page</a></li>
<li><a href="https://sourceforge.net/p/postpdm/forum/general/"><span>»</span> Forum on Sourceforge</a></li>
</ul>
<h3>Products</h3>
<ul>
<li><a href="index.html"><span>»</span> Version Control for engineers</a></li>
<li><a href="cad_diff.html"><span>»</span> CAD Diff visual comparison tool</a></li>
<li><a href="visio2image.html"><span>»</span> Visio to image batch converter</a></li>
</ul>
<h3>Links</h3>
<ul>
<li><a href="http://subversion.apache.org/"><span>»</span> Apache™ Subversion®</a></li>
<li><a href="https://en.wikipedia.org/wiki/Revision_control"><span>»</span> Revision control on Wikipedia</a></li>
<li><a href="https://en.wikipedia.org/wiki/Version_Control_for_engineers"><span>»</span> Version Control for engineers on Wikipedia</a></li>
</ul>
</div>
</div>
<div id="footer">
<p class="validate"><a href="http://validator.w3.org/check?uri=http://soft.postpdm.com/">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/">CSS</a><br />
<a href="#content">Top</a></p>
<p>© PostPDM software. 2015-2017</p>
<p>Template design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.<br />
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66028678-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>