I have one question about how to handle a webform sites, i have many sites sharing aspx.cs codes but the only diference is the aspx and the .css and images ones, how to handle this it with svn its driving me crazy.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Hi you’re question isn’t totally clear, but it sounds like maybe you should be using svn externals to share the .aspx.cs (code behind) files.
You can specify the different .css files in the distinct .aspx file markup.
Using svn externals will enable you to share the code behind.
Alternatively you could explicitly specify the code behind file in your aspx markup if you only wanted to have one physical .aspx.cs file.