Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [subversive-dev] Help Getting Started

Hello, Emilio.
 
First you need to create a repository location within Eclipse.
1. Go to SVN Repository Exploring perspective.
2. Click on New Repositor Location button.
3. Input file:///C:\folder\repository as URL and your credentials if needed.
4. Press Finish button.
 
Now you have the location created, so the second step is to share there your project(s).
1. Switch to PHP perspective.
2. Select the project(s) you want to share.
3. Right click the selection and choose Team->Share Project prom pop-up menu.
4. Select SVN as team provider.
5. Configure the sharing settings.
6. Finish button, as always.
 
That is all, actually. The other info can be found in Subversive User Guide within Eclipse IDE help or on Subversive web page.
 
Have a nice day.
Best regards, Alexei Goncharov.


From: subversive-dev-bounces@xxxxxxxxxxx [mailto:subversive-dev-bounces@xxxxxxxxxxx] On Behalf Of Emilio Gagliardi
Sent: Monday, June 08, 2009 9:31 PM
To: subversive-dev@xxxxxxxxxxx
Subject: [subversive-dev] Help Getting Started

Hi Everyone,

New to source control and eclipse.  I just configure my Eclipse to use the SVN tools.  I'm the only the programmer.
I created a new local SVN repository on my machine:

C:\folder\repository

my php/html/css files are located at:

C:\xampp\htdocs\folder\

what do i need to do now to start using SVN?  I have created a PHP project and can see all the files in the PHP tab (i'm working on an old project for a client so all the files are already there, I want to create a baseline version of the code, and track the changes I make as I go.)

Help, suggestions, advice are greatly appreciated.

cheers,
 

Back to the top