tortoisesvn

Ignoring folders in TortoiseSVN...?

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...

How can I use TortoiseSVN in Dreamweaver CS4

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...

Post export SVN script, possibly with TortoiseSVN that renames exported files

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...

TortoiseSVN global ignore pattern. Ignore files begin with period(.).

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. ...

Tortoise svn create http repository

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... ...

How to I restore a Subversion working directory to what is in the repository?

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 ...

TortoiseSVN client pre-commit hook get repository URL

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? ...

Change the source of a branch in SVN

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...

How can I preserve Subversion commit messages across merges?

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 ...

how to use the tortoisesvn commends in vs2008

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 ...

Zend Framework and svn:externals

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...

Making TortoiseSVN ready for dummies

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...

Can't access VisualSVN from work with TortoiseSVN

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...

Deployment woes: What do I do after "svn up"?

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...

Browsing all SVN repositories

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...

change the subversion in my project like 1.32.3

please give step by step answer because i am in learning stage. ...

svn commit bad version and then good

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 "...

SVN Propeties on PRE-COMMIT Hook

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, ...

Notify user if file is used by other user in windows

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 ...

What do the colors when resolving conflicts in tortoise SVN signify?

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 ...