Installing and configuring VisualSvn-Server

Download subversion http://www.visualsvn.com/files/VisualSVN-Server-2.1.7.msi
VisualSVN Server is a package that contains everything you need to install,
configure and manage Subversion server for your team on Windows platform. It
includes Subversion, Apache and a management console

- Subversion 1.6.16
- Apache 2.2.17
- OpenSSL 0.9.8r
- ZLib 1.2.3
- Neon 0.29.5


Instal VisualSVN-Server
Create New repository
Create User
copy url to check on browser

Instal tortoiseSVN Client

Setting up project
Create folder
Right click on newly created folder, click on SVN Checkout
Provide URL of repository and click on OK button.
provide username and password for the user
Click Ok
Directory structure should be like above.
Copy and paste your project in trunk folder
Right click on your newly pasted folder, click on TortoiseSVN and click on Add
Right click on folder and click on Commit
Check the project must be available in VisualSVN
Copy the url to check on browser

All the computers within the network can access the Subversion

Comments

Popular posts from this blog

Unable to create a server socket for listening on channel "Default[4]". The address 0:0:0:0:0:0:0:1 might be incorrect or another process is using port 8001: java.net.BindException: Address already in use: JVM_Bind.

[Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.

weblogic.application.ModuleException: Exception preparing module: EJBModule(ModelEJB.jar) No EJBs found in the ejb-jar file 'ModelEJB.jar'. Please ensure the ejb-jar contains EJB declarations via an ejb-jar.xml deployment descriptor or at least one class annotated with the @Stateless, @Stateful or @MessageDriven EJB annotation..'