Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 114657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:53:44+00:00 2026-05-11T02:53:44+00:00

I installed VisualSVN on a server that I am using to stage web applications

  • 0

I installed VisualSVN on a server that I am using to ‘stage’ web applications that I write – at the present time these applications are Classic ASP/VBScript. My development workstation that I write code on has TortoiseSVN installed, and I can connect to the repository folder I created – I’m using the following structure:

development (repository)   -- my_application      -- branches      -- tags      -- trunk   -- another_application      -- branches      -- tags      -- trunk 

I also have IIS configured and pointing to another folder on the server’s hard drive to store the served files. Is there a ‘best practice’ for pushing commits out to the folder linked to IIS, so after a commit/iteration I can give my users a URL to see the demo site (as well as test it myself)? I am ashamed to say that I have never really used version control before, so I am a little bit clueless as to the best way to use it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T02:53:45+00:00Added an answer on May 11, 2026 at 2:53 am

    First, I would concur with the other comments, your repository format is by the book with branches, tags, and the trunk. I would also recommend splitting the repository per project as mentioned. I’ve been involved in projects that have one shared repository and with split repositories, and the split repositories work better. Plus, if there was ever a reason to limit access to one of the repositories (ie, you were letting someone else access the repository, and you only wanted them to see one of the two projects) its easier with them separated.

    In any case, I would suggest using MSBuild for your deployment. You can create an MSBuild project file that checks out from SVN, builds your solution file, then deploys it to the web site. You would add a line such as this to your MSBuild project file to do the checkout:

    <Exec command='svn checkout %22https://server:8443/svn/Project/Trunk/%22 %22c:\Project%22'/>

    You can also do things such as making a project to checkout a specific version/tag once you release a version. There’s quite a bit of flexibility in what can be done when going this route for deployment.

    For more details on MSBuild, you can find the Microsoft MSBuild Reference Guide here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 93k
  • Answers 93k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Make sure you're using System.Linq; and then change your line… May 11, 2026 at 6:34 pm
  • Editorial Team
    Editorial Team added an answer I'm not sure if there is a good way to… May 11, 2026 at 6:34 pm
  • Editorial Team
    Editorial Team added an answer I don't see where you initialize clientaddrlen. This is an… May 11, 2026 at 6:34 pm

Related Questions

I'm a total newbie to SVN and haven't been able to find an answer
I am evaluating VisualSVN for me and a small team of developers. I set
I browsed around here on Stackoverflow and found this topic : https://stackoverflow.com/questions/279/aspnet-visual-studio-and-subversion-how-to-integrate However that
We were having a problem with our build server not checking out modifications from

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.