tortoisesvn

How to exclude folders in Tortoise Check-ins

孤街醉人 提交于 2019-12-03 15:33:37
I see in the settings you can specify patterns to exclude files from check-ins. But how would you add to include folders bin and obj? Add this in the same place you exclude the files: */bin */obj I use Settings\Global Ignore Pattern. This is what I have added to the default list: *.suo *.user bin obj Debug Release _UpgradeReport_Files *.dbmdl The svn:ignore property will ignore matching files and folders. This is what I have to exclude bin and obj folders [Bb]in [Oo]bj Make sure to check the "Apply Property recursively" Right-click on the bin directory and select TortoiseSVN > Add to Ignore

Can I turn off automatic merging in Subversion?

梦想的初衷 提交于 2019-12-03 15:11:52
问题 We're looking at moving from a check-out/edit/check-in style of version control system to Subversion, and during the evaluation we discovered that when you perform an Update action in TortoiseSVN (and presumably in any Subversion client?), if changes in the repository that need to be applied to files that you've been editing don't cause any conflicts then they'll be automatically/silently merged. This scares us a little, as it's possible that this merge, while not producing any compile errors

Getting TortoiseSVN to set a file's modified time to the timestamp of the latest revision

南楼画角 提交于 2019-12-03 15:04:16
问题 I seem to remember being able to get TortoiseSVN to set the last-modified timestamp for files to the timestamp from the revision when performing an update. So if someone committed a file five days ago and I update it, the modified timestamp will be five days ago, not today. Where is the option? 回答1: When I go to the Settings option in the TortoiseSVN menu, I see an option to "Set file dates to the last commit time." This may be what you're looking for. Invoke the Settings option Set the

Is it possible to invoke Mathematica's diff functionality from the command line?

烂漫一生 提交于 2019-12-03 14:53:59
TortoiseSVN (as well as other Tortoise clients ) include a script to diff notebook files in Mathematica. Diff functionality for Mathematica is implemented in the AuthorTools package (perhaps there is something better?) The script currently works by creating a small notebook file in the temp directory, and opening it in the front end. The notebook has a big button that will do the diff and has the file names to be diffed hard coded. A disadvantage is that the notebook with the diff code will be left in the temp directory, and won't be cleaned up. It also seems unnecessary to have an auxiliary

TortoiseSVN not asking for authentication?

僤鯓⒐⒋嵵緔 提交于 2019-12-03 14:43:35
问题 I've setup a new SVN repository, running SVNServe, in the conf file, anon-access = none. SVNServe faithfully does that correctly, but when I try to browse the repos using TortoiseSVN, it just says access is not allowed. Shouldn't it ask me for the user name and password instead? How do I get TortoiseSVN to ask me for the login details? Running SVN 1.5.6, TortoiseSVN 1.5.9 回答1: It probably has some authentication data saved, try: right click->tortoise->settings->saved data->Authentication Data

Connecting to SVN on a remote Windows server using Tortoise SVN?

社会主义新天地 提交于 2019-12-03 13:40:27
问题 I installed svn on my remote Windows 2008 server, the ip is 41.139.540.60 for example. Now, using Tortoise SVN on the server itself works using svn://localhost/. I can open the repo browser and so on. Now, how do I connect to that svn from my local PC? I tried svn://41.139.540.60, but it did not work, the message I got was the the server did not respond and thus connection failed. I cant ping the IP, so its a server issue I guess. What else is needed to make it run? Thanks :) The guide I used

“Inconsistent line ending style” nightmare

为君一笑 提交于 2019-12-03 11:21:46
问题 I'm completely stuck with an SVN error when committing 2447 files at once. I'm using TortoiseSVN (latest version) on Windows 7 64bits. The fact is that some files were created on Mac, and others on PC, so TortoiseSVN stopped the commit with an annoying Inconsistent line ending style error. In the beginning, to solve this problem, I manually opened the incriminated file in netbeans, added one blank space, removed it and saved the file so Netbeans converted properly all line ending chars, but

export changed files using tortoise svn to another directory

有些话、适合烂在心里 提交于 2019-12-03 11:19:25
问题 For my project I would like to export only the changed/added files since last update (those marked with red exclamation or plus sign) using tortoise svn, however I can't seem to find the right combination to do this simple task. What I do now is do xcopy with specified modified date, however it misses some files which were simply added to a folder and not modified. Since I can get a list of changes, I don't see any way to simply export these files to a deploy directory. 回答1: Check-for

Error in jenkins during sonar analysis caused by svn blame

耗尽温柔 提交于 2019-12-03 11:01:57
When i run the jenkins task i get the following error 17:12:49.738 INFO - Sensor SCM Sensor... 17:12:49.847 INFO - SCM provider for this project is: svn 17:12:49.847 INFO - Retrieve SCM blame information... 17:12:49.863 INFO - 843 files to be analyzed INFO: ------------------------------------------------------------------------ INFO: EXECUTION FAILURE INFO: ------------------------------------------------------------------------ Total time: 1:11.026s Final Memory: 31M/214M INFO: ------------------------------------------------------------------------ ERROR: Error during Sonar runner execution

Is there a SVN plugin for SQL Server Management Studio 2005 or 2008? [closed]

放肆的年华 提交于 2019-12-03 10:54:38
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one? Brian Slezak Redgate's solution seems to be for versioning your database, not your files in your Solution Explorer. I've found two options for solution versioning: 1) Setting up TortoiseSVN as an external tool: http://jrummell.com/sql-server-management-studio-and-tortoisesvn 2) Agent SVN: http://www.zeusedit.com/agent/ssms/ms