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 6079939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:00:16+00:00 2026-05-23T11:00:16+00:00

I am very new to SVN, my project usually are .NET winforms project, in

  • 0

I am very new to SVN, my project usually are .NET winforms project,
in the past, there is a share folder on network drive , and being a “current build” folder.

my team, 3 members, all of us have a local copy on my own windows.
The problems is come out, it possible programmer A & programmer B modify a file on same time and
A overwrite B’s files etc.

My boss ask me build a SVN to prevent the the problem above.

I have search on SOF and understanding the concept of SVN, however,
Somebody said it must be checkout the source from /branch folder ,after finish, check-in back to /branch folder and merge to /trunk.

It make me come out some question:
Assume my project contains 3 files :

  • Cart.cs
  • Product.cs
  • Customer.cs

And the SVN repository structure :

  • /trunk : Cart.cs / Product.cs / Customer.cs

—

Today, i want to modify Cart.cs, i copy Cart.cs to /branch and place create a new folder “1.0.1” and checkout to my local and open on VS2010, but the Cart.cs inherits the Product.cs, so it make some “missing reference” error on my VS.

So, the right way is copy all files to /branch/1.0.1 and checkout to local or just keep a local copy and overwrite the files from /branch to get the compilation correct?

Thanks you.

  • 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. Editorial Team
    Editorial Team
    2026-05-23T11:00:16+00:00Added an answer on May 23, 2026 at 11:00 am

    You do seem to be confused on the fundamental concepts of SVN. I highly recommend you read the first few chapters of this book, especially Chapter 2 and the part on the basic work cycle.
    Subversion Red Bean Book

    What you should be doing to get the most out of SVN is something like this.

    You create a repository and store any startup files or whatnot in there, making a special folder for you project, and then folders within that, i.e.

    /myProject
    + trunk
    + branches
    + tags
    + sandbox
    

    from there, all your work should be done in the trunk. Everyone should checkout the project from the trunk, and work on their local (working) copies individually, ideally on one task/issue at a time. After you have fixed a big or implemented a new feature, you synchronize your work with the repository, at which point if conflicts arise, you should resolve them. SVN will not let you check in conflicted files. You have to either postpone, overwrite, or merge your work with the trunk. If you need to communicate with another developer at this point, you should. Once you have resolved all your conflicts and tested everything out with your working copy, you can commit your code and publish your changes back into the trunk, and then update.

    Branches are used when you need to diverge from the trunk to implement a specific feature without committing to the trunk. After a few days you should merge the trunk into your branch, and then eventually you will need to merge the branch into the trunk anyway.

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

Sidebar

Related Questions

I am new to SVN. I want to check out a very large project
Very new to Android and trying to install a Android project from an SVN
I have a project I'm wanting to add to a new, empty SVN directory.
I am very new to Tortoise and SVN's in general. I currently have a
I am very new to ruby on rails.. working on my first project... am
I am very new with Supervision SVN. I want to know about SVN command
Very new to python and can't understand why this isn't working. I have a
Very new to C++ and Cocos2d-x but I was just toying around with CCArray
Very new to javascript and html-type stuff. I wanted to just make a quick
Very new to FluentNHibernate, but I'm also excited about the area. I've recently started

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.