Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Working with Projects, Packages, and Processes : Source Control

Source Control
See "Source Control" in TIBCO Business Studio Concepts.
Using Subversion with TIBCO Business Studio
Subclipse is an Eclipse plug-in that adds Subversion integration to the Eclipse environment, and is bundled with TIBCO Business Studio.
This section describes how to use Subclipse for source control.
This section assumes that you or your Subversion administrator have installed an SVN server (see http://subversion.tigris.org/) or that you are using the version bundled with TIBCO Business Studio (Asset Central).
Right-click an existing project that contains items you wish to source control. Select Team > Share Project. Obtain the URL for the Repository Location from your Subversion administrator.
Creating a Project from an Existing Project in Source Control
You can create a project from an existing project in source control.
1.
Select File > Import. The Import wizard is displayed.
2.
Expand SVN and select Checkout projects from SVN and click Next.
3.
4.
5.
6.
Either use the default workspace or click Browse to check out the project elsewhere.
7.
Click Finish. The project is checked out to your workspace.
Browsing SVN Repositories
You can browse SVN repositories.
1.
Select Window > Open Perspective > Other.
2.
Select SVN Repository Exploring.
3.
Deleting Projects from SVN Repositories with Asset Central
If you are using Asset Central and want to delete a project that you have put in Subversion, it may appear that you have deleted the Project using Asset Central, however it remains in the Subversion repository until you delete it using another tool such as Tortoise SVN, the command line interface to Subversion, or a web-based tool.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved