Home

Free Basic Data Management System for Pro/Engineer, Solidworks and other files.

 

This method utilizes the free (GPL) software Subversion server, TortoiseSVN client and a simple Windows batch file ProReNumber to rename the Pro/Engineer files on the client (not required for Solidworks or other files) and some self-discipline of the users.

If you use a folder structure (very helpful) then you can also create a batch file to create a search.pro file in the top directory. Then when you start Pro/Engineer in that folder all the paths are set for all the subfolders. You can also have the batch file start Pro/Engineer. Just create a batch file with the following line(s) in it:

dir /a:d /b /s >search.pro

Rem The next line will start Pro/Engineer (you must update this to your start command)

ProE.exe

 

This software will allow users to:

 

What this will not do:

 

To install:

  1. Download the files.

  2. Install Subversion on your Windows 2000 or higher file server.

    1. You can install the SVN server to use Apache (http) web server or its own Snvserver executable server (simpler install but less configurable).

    2. Read the text file in the Program's folder.

      You will have to create a folder for the Repository and subfolders for each project you wish to control independently (most likely just one subfolder).

    3. Install SVNserver as a service: From an DOS prompt enter "sc create svnserve binpath= "\"C:\Program Files\CollabNet Subversion Server\svnserve.exe\" --service -r C:\SVN" displayname= "Subversion Server" depend= Tcpip start= auto" using your own paths.

  3. Install TortoiseSVN on the server (optional).

    1. You will only use this to "initialize" the Repository's subfolders.

  4. Install TortoiseSVN on the clients.

  5. Install ProReNumber on the clients.

  6. Initial upload of your files:

    1. Create a folder and subfolders and move your Pro/Engineer, Solidworks and other files there.

    2. Right click on the folder in Windows Explorer and select "Import" from the TortoiseSVN menu.

    3. Enter the URL for the server (svn://<server name>/<repository subfolder"). You will also have to enter your password now.

  7. Initial check out of your files:

    1. Delete all the files and folder in your working folder.

    2. Right click on the folder in Windows Explorer and select "SVN Checkout".

    3. Enter the URL for the server (svn://<server name>/<repository subfolder").

  8. Now you are ready to start working.

  9. Remember if you are using Pro/Engineer it is important to always run "ProReNumber" before any operations with the server (Commit or Update).

 

Please let us know if you have any suggestions or techniques that we should add here.