Subversion, How to setup test server?
I have a client that gave me the SVN login credentials to his repository.
Though, he is very busy to deploy everytime I commit. How can I setup a test site for my own? Any idea guys?
TIA
well my client has an existing website and they want me to edit it, they give me access to the SVN, however once you commit the changes it is not updating the existing website, I already have the URL for the SVN username and password, what I want to do is everytime I commit I can test the changes.开发者_运维知识库 I never used SVN before
You're talking about deploying and testing. This is not what SVN is for. You need to set up a testing environment for whatever it is that you are developing in, such as a LAMP stack or Tomcat or a Xbox.
Right CLick -> Tortoise SVN -> Create Repository Here.
Use Right CLick -> Tortoise SVN -> Repo Browser
to get the URL. It will be something like: file:///C:/path/to/repo
精彩评论