How do I install support for Subversion (SVN) in Eclipse or isCOBOL IDE? |
Veryant recommends the Subclipse plugin from http://subclipse.tigris.org/
Here are the instructions to install Subclipse in the current isCOBOL IDE:
-
Select Install New Software... from the Help menu
-
Press the Add... button and enter the following information:
Name: Subclipse Update Site
Location: http://subclipse.tigris.org/update_1.6.x
-
Press OK
-
Check all 3 boxes (Core SVNKit Library, Optional JNA Library, Subclipse), and then open the Subclipse node and uncheck Subclipse Integration for Mylyn 3.x (Optional)
-
Press Next > and Next>
-
Accept the license agreement
-
Press Finish
-
Press OK in the message box concerning unsigned content
-
Press Yes to restart Eclipse
To explore an existing SVN Repository:
- Select Window > Open Perspective > Other... and SVN Repository Exploring
-
Right click in the SVN Repositories view and select New > Repository Location
-
Enter the URL for your repository. For example, if you created a repository with "svnadmin create c:svnmyproj" then you can enter the URL file:///c:/svn/myproj
-
To share an isCOBOL project with others (i.e. check it into SVN), you right-click on the project in the navigator view and select Team > Share Project...
-
Select SVN and press Next >
-
Select the existing repository location (i.e. the one you added using the SVN Repository Exploring). Press Next > and take the defaults.
-
Now when you right-click on the project in the navigator view and select Team you will see all of the SVN operations.
If your repository is on a remote system (e.g. a Linux VM) then the URL will be svn://hostname/repository where hostname is the name or IP address of your remote host and repository is the name of your repository.
|
Authored
by: Veryant Support
This question has been viewed 7139 times so far.
|
Click
Here to View all the questions in isCOBOL IDE
category. |
File Attachments |
There are no attachment file(s) related to this question. |
|
User Comments |
 |
|
There are no user comments for this question. Be the first to post a comment. Click Here |
Related Questions
|
- How do I resolve the error: Launching has encountered a problem - An internal error occurred during: "Launching ___". com/iscobol/rts/IscobolClass?
- How do I set up a CVS repository and access it from Eclipse and the isCOBOL IDE?
- How do I resolve the error "Unhandled event loop exception"?
- How to filter the problems view to avoid seeing the errors of so many different programs in a project?
- isCOBOL IDE or Eclipse error "Workspace in use or cannot be created, choose a different one"
- How do I make an isCOBOL program that will run on a mobile device, like iPad?
- isCOBOL IDE Eclipse Troubleshooting
- Does Veryant provide a plugin to Eclipse or did Veryant customize Eclipse to be the IDE for isCOBOL?
- Can you recommend a book for learning the Eclipse based isCOBOL IDE?
- What are the steps to add an external tool or integrate a utility such as JDBC2FD into the isCOBOL IDE?
- On which version of Eclipse are the isCOBOL 's built?
- Generate stopped working after upgrading the isCOBOL IDE
- How do I set up isCOBOL IDE on Windows to edit, compile and debug existing source code on a UNIX/Linux box?
- What is the current working directory when I launch my program from the IDE?
- How do I configure the IDE to put logs and other files in separate project folders?
- How do I install new plugins received from Veryant Support?
- Were you aware of the ability of "block selection" in the isCOBOL Editor under Eclipse?
- Toggling comments in the properties file editor
- Is there a way to stop the pop up from coming up when I start to type in code in the program?
- How to create groups of fields on the IDE screen painter, that use the same area on the screen, but visible at different moments?
- How can I work with the java property 'file.encoding' inside the isCOBOL IDE?
- Did you know you can compare text files using the isCOBOL IDE?
- Did you know how to generate and compile an isCOBOL IDE workspace in background-mode?
- How can we avoid to select the way a program will be executed in the IDE each time we want to test it?
- How to create a report with the IDE Report Designer
- How to use existing FD/SL copybooks in the Screen Programs without generating FD/SL from IDE Data View
- How to run batch programs on a Linux server and compile and debug them from the IDE
|