The general workflow with Subclipse is like this (assuming you've
already got Subversion set up and have a project in there):

 1) open the "SVN Reposistory Exploring" perspective
 2) Right click in the "SVN Repository" view (on the left) and pick
New > Repository Location.
 3) go through the wizard to create the location
 4) browse your new location to find the project root (often /trunk or
/project_name/trunk), right-click, and select "Checkout ..."
 5) If the option is available, select "Checkout using New Project wizard"

If you want to import a new project INTO subversion, general workflow is this:

 1) follow steps 1-3 above
 2) create your new project using the New Project wizard (just as if
you weren't using SVN)
 3) right click on the project, select Team > Share
 4) select 'SVN' and hit Next
 5) pick the repository and hit Next
 6) pick the directory within the repository to put the project and hit Next
 7) enter your commit message and hit Finish

Subclipse will take care of checking out the project into your
existing project so you don't have to follow the import with a
checkout as you do with "dumber" SVN clients.

cheers,
barneyb

On 5/24/07, Rick Root <[EMAIL PROTECTED]> wrote:
> Okay... more on using Subclipse.
>
> I've figured out obviously how to CHECK OUT an existing project into
> Flex Builder from subversion.
>
> I created a new project and choose the default location for the files
> (in My Documents0.... when I checked out the projects from subversion
> this is where I put them..
>
> But now what?  Do I need to use something other than Eclipse (like
> Tortoise-SVN) to get it into revision control?  Ultimately, I'd like
> it to reside in svn://myserver/flexProjects/project name
>
> Rick
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4140
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to