Using SVN you can right click a folder "TEST" and add it to the ignore list. Does that make SVN inore all folders named "TEST" in the project?
I have a project with many different directories and within almost all these seperate directories is a folder named "TEST", is there a way to set the svn:ignore to make SVN ignore every folder n...
I recently learned how to use TortoiseSVN for my version control needs. Then I found out that I still need to configure the Subversion settings of DWCS4. But then, it is looking for a server, which I don't have for TortoiseSVN because I store my files locally. How can I do this in DWCS4? I tried right-clicking the file in DWCS4 local vie...
Been searching and reading for this solution, but didn't find one. Or not the best one. What i would like to achieve:
In our SVN Server, we will use tags as project official releases. At some point, we will export the latest tag folder, which will contain all documents that have been tagged till then for Assessment. When the export is d...
I use last version of TortoiseSVN 1.6.10, Build 19898. And I absolutely can't teach it to ignore files begin with period for example .MySCMServerInfo. Can you tell me how I can do it? I tried million variants and haven't had any expected result.
...
Hello,
i want to move my local repository to http but i couldn't create or move repository. How can i do it? I am using tortoise svn.
Thanks...
...
Ok, I've kind of borked my initial repository. I imported the repository, but got timeout error 80% of the way through, and now trying to finish the import gives me 405 errors and tree conflicts. What I really want to do is just get the files in place. It's a brand new repository, so there's no history to worry about and no user changes ...
I want to create a pre-commit hook which looks at the URL I am committing to. I know that I can get access to the files on the file system that they are committing, but is it possible to figure out where you're committing to?
...
Firstly I will provide the structure of my branches
Trunk
Version1 (branch from trunk)
CustomerA (branch from Version1)
CustomerB (branch from Version2)
Version2 (new branch at a later moment in time of trunk)
CustomerC (branch from Version2)
Now I want to migrate CustomerB to version2 but I need to keep the changes allready ma...
Hi All,
Is there any Subversion that can create a commit message containing a list of all the commit messages used in a merge?
Our problem is that we tend to lose all the good history information for changes performed on branches once they are merged. Usually instead of a detailed list of fixes performed on the branch we're left with ...
I'm using TortoiseSVN and Visual Studio 2008. Is there any way to update my project's subversion with svn's version in every build?
For example, 1.0.0.[svn's version] -> 1.0.0.12
...
I have been using svn:externals to bring the Zend Framework files into my project. This is what my svn:externals looks like:
-r 22731 http://framework.zend.com/svn/framework/standard/trunk/library/Zend/ Zend
-r 22731 http://framework.zend.com/svn/framework/extras/trunk/library/ZendX/ ZendX
I have it tied to revision 22731 which is th...
I have some guys in my project who will never ever learn SVN, but I want them to use it anyway. So is there an option to make TortoiseSVN just
automatically delete all missing files (that were under verison control but deleted)
automatically add all new files (that are not yet under version control)
I think you can write local client...
I've installed VisualSVN but I can't access it remotely from work. It keeps giving me an errors saying something like error: Repositry moved permanently to https://xxxxxx/svn please relocate
On my VisualSVN app at home, the url is https://xxxxx:8080/svn
I tried https://xxxxxx/svn and it could not find the repository at all whilst the d...
I've got several questions. I have no idea how the heck to deploy...
After doing "svn up" on my production server, I'm not sure how to "refresh" my server so that the changes are reflected when you visit it. What can I do to refresh my server to see the changes in production? (I tried rebooting.)
I also noticed that some of the files t...
We are moving from Visual Sourcesafe to Subversion within our organisation.
I am running SVN via HTTP & Apache.
We will be using a separate repository for each project.
I am using TortoiseSVN and I would have thought by repo browsing to htp://server:12345/svn i would be able to see all the separate repositories.
I get the following er...
please give step by step answer because i am in learning stage.
...
Hello,
I have svn repository with project on it. Right now there is "good" version and on my computer there is "bad" version but I want to have both on repository.
I dont want to make any tags. I can rememebr that I once did somethinkg like that:
Commited "bad" version, then checked out old but "good" version and commited it so that "...
We require some svn properties to be set on some of the files we commit to our repo, like USERFILEPROPERTIES or userdirproperties. Some of our committers remember to include them and some don't, so having a pre-commit hook that checks for these properties on a file name basis and rejects the commit with a proper error message otherwise, ...
Hi ,
I am working in a project where all developers are working in a single windows system through remote sessions(remote desktop).Where we all have to share a common workspace folder..We have an issue, some times multiple user may work in same file at the same time..So when both user do some changes in the file..Only the data saved by ...
I am just curious when I am resolving conflicts the red ones are the conflicts...while the yellow colour is the new code added...but then I see this orange color and white sort of blue text what do they mean? What exactly do colors in the tortoise svn while resolving conflicts signify....just out of curiosity
...