Oceanworkroom Development Environment setup
1. Install Visual Studio 2008 (vsts) and Visual Studio 2008 SP1
2. Install tortoisesvn
Http://tortoisesvn.net/downloads
It requires restarting your operating system after the setup.
3. Create a folder for the project
For example, D: \ SVN \ oceanworkroom
4. Check out the project to the folder
EnterHTTPS: // Oceanworkroomteamsit.googlecode.com/svn/trunk/In "URL of repository ".
EnterUsername(Prefix parts of Gmail, for example, oceanworkroom @ gmail, username is oceanworkroom) andPassword. [Get password]
And click OK.
To know how to getPassword, Please click the following link, type your Gmail name and password,
Http://code.google.com/hosting/settings
See the below registration,
If you want to change the password, please click "regenerate ".
Install ankhsvn,
Http://ankhsvn.open.collab.net/servlets/ProjectProcess? Pageid = 3794
Installation (1, 2.1)
- download ankhsvn from one of the above download links.
- run the ankhsvn installer package (it automatically updates any previous versions)
Start using ankhsvn from Visual Studio
Using an existing solution with ankhsvn 2.1
- Open your solution
-
- If you are the first ankhsvn 2.1 user of this solution
- If glyphs do not appear automatically choose tools-> options-> source control and make sure ankhsvn is the active source control provider.
-
- Verify if the solution is connected to ankhsvn
- Right click the solution file. If you have an option that says 'add to subversion', your solution is not connected yet
-
- Click Add to subversion and confirm adding the binding
- If your project is not in an existing workingcopy you are now asked where to store your project
-
- If some of the projects do not show glyphs
- check if the projects are connected in file-> subversion-> change Source Control
- make sure that at least the solution and the projects missing glyphs are connected
(your project types do not require explicit binding)
Check out a solution from subversion
Using open from subversion
- Select File-> open-> subversion Project
-
- Choose a URL from the dropdown or click the globe icon to add a URL
- Browse to the solution of your choice
-
- Click OK
-
- In the next dialog select a local folder to store the project
- Click OK and the solution will open automatically
Via the repository Explorer
- Select view-> repository explorer.
-
- When the tool window appears, choose the plus-folder icon to add your repository path and click OK.
- Browse to the solution you wowould like to check out, right-click and choose checkout folder.
-
- Browse to the location where you keep your working copy and press OK (you may need to create a directory first ).
- Open the solution inside Visual Studio. You will be asked whether to enable ankhsvn for this solution, choose yes.
Starting a new repository
- Create a subversion repository either by using the svn command line tools or tortoisesvn. The command line syntax is:
-
- Svnadmin create c: \ myrepos
- Open the solution you wish to check-in.
-
- Choose view-> Solution Explorer from the Visual Studio menu.
- From the right click menu select Ankh-> Add solution to subversion repository.
-
- Add the URL to your subversion repository, in this example it is "file: // C:/myrepos. "Note that you may be want to check the box to create a new directory if you want to" import "something directly into an existing Directory (specified by the URL) or a new subdirectory.
- Once complete, you shoshould now see green check-marks alongside items in the Solution Explorer window.
See the authentication,
Author: Ocean workroom