0
votes
0answers
86 views

Is there a better approach in migrating SIT SVN to UAT SVN? [closed]

In web development, given a same piece of source code, and being deploy to SIT (system integration testing) SVN/WAS and UAT (user acceptance testing) SVN/WAS. Please take note that I am using Jenkins ...
2
votes
1answer
111 views

How do Tortoise svn handle concurrent file updation

I don't know much about Tortoise SVN, but have been using it for a while. I understand that it is capable of managing concurrent users on same file, but how does it do that? I am working on a file ...
1
vote
3answers
205 views

How can I add the version of a file to the file name with Tortoise-SVN?

I would like to start giving unique names to "cache-able" files - i.e. *.css and *.js - in order to prevent caching, without requiring changes to the web-server settings (as is currently done in IIS). ...
5
votes
1answer
166 views

svn usage advice

I need an advice about SVN usage. I use Tortoise SVN on my client to deal with a project I am working on. The probjem is that I have two set of bugs top fix on the project. One to deploy till 5 ...
6
votes
2answers
169 views

Any recognized convention for repository changelogs?

We use TortoiseSVN, but we have no bug tracking system. I know, lame, but beyond my control. There were times when svn wasn't in daily use. Now I've had succeeded in pressing for using it regularly, ...