tortoisesvn

Decrypt SVN authentication data

风格不统一 提交于 2019-12-25 03:53:56
问题 I would like to get the name of a working copy user. The authentication data is saved in %appdata%\subversion\auth. , however it is encrypted. Is it possible to decrypt it programmatically using c#? Any help would be highly appreciated! 回答1: TortoiseSVN Password Decrypter and it's sources 来源: https://stackoverflow.com/questions/25018572/decrypt-svn-authentication-data

svn update not updating

白昼怎懂夜的黑 提交于 2019-12-25 03:46:09
问题 This is rather weird. When I do a Svn update, tortoise tells me that I am at the last revision, but there are plenty of exclamation marks everywhere telling me that lots of files are out of sync. I can delete the old files, update, then get the new version, but a mere svn update on the file, on the directory or any parent directory does not work. 回答1: The (!) red circle icon means modified , not out of synch (I don't think such concept exists in Subversion). TortoiseSVN is telling you that

How to check for working copy in tortoise svn

时间秒杀一切 提交于 2019-12-25 02:56:27
问题 I am confused in switching from trunk to branch .How to check for my current working copy in svn during switching 回答1: Using TortoiseSVN, you can see in the file properties whereabouts you are in the repository. If you right-click on the file, select Properties then look at the Subversion tab, the first entry will be URL. This will be displayed something like: path_to_repository/trunk/filename or path_to_repository/branches/branch_name/filename The URL is what would be updated if you were to

Tortoise svn requires many tries to do anything

坚强是说给别人听的谎言 提交于 2019-12-24 20:12:05
问题 I use Tortoise svn along with about 20 others at our site and all have an ongoing issue with it. Whenever you choose any command (update, commit, or ANY item of the right-click menu) there is almost always an initial lack of repsonse from the software. That is, it hourglasses for a few seconds and then does nothing. So you repeat the request, and it quite often still doesn't work, with same symptoms. It will typically work on the 3rd attempt, but sometimes it takes a 4th and on rare occasions

I want to show delete option for a user if he has created particular folder

折月煮酒 提交于 2019-12-24 18:53:16
问题 I have one folder in that some important data available who are having write in that path one of the user deleted one file. So i want the delete option who is owner of the particular folder or file. Please support this. Regards Nageswari 回答1: UI controls is not how such problems are solved: anyone would be free to just not use a particular tool which would have such "client-side" feature to trivially bypass your efforts. Instead, this should be solved at the server side — where all the

Ignore the files from merging

百般思念 提交于 2019-12-24 16:37:09
问题 I was trying to merge from my branch to trunk .Merge type was Range of revision . Kept the text blank so that I need to get all the revisions merged. Once done all the pom.xml s got conflicted. It is difficult to edit all the poms resolve the conflicts. I would like to know is there any option to ignore the files which I do not need to merge with. Version of tortoise svn is 1.6 回答1: When you do a merge, you can accept which conflict you prefer to take. In Subversion, you can select theirs

TortoiseSVN working copy folder with conflicts but file list is empty

…衆ロ難τιáo~ 提交于 2019-12-24 16:34:13
问题 Context : Windows 7 + TortoiseSVN + Visual Studio 2010 + VisualSVN In the windows explorer , I can see one of my folder with the little red circle (like there is a conflict). So I do: Righ click on the folder -> TortoiseSVN -> Resolved and then a window titled "resolve" appears telling me "file list is empty" So I click "Ok" and my folder is still has the red circle, When I try "Clean Up", my folder is marked as ok (green circle), but if I go to the parent directory and come back, the red

How to view the entire set of changes made to svn for the last 'n' days?

不问归期 提交于 2019-12-24 11:40:07
问题 How to view the entire set of changes made to svn for the last 'n' days?. I couldn't find a reference in the document though 回答1: You can specify dates for svn log to operate on, so if you want the last n days you only need to calculate the date of n days before today, then feed it to svn like this: svn log -r "{2010-05-23}:HEAD" See also the output of svn log -h for details on the log options. 回答2: In the TortoiseSVN log dialog, you can either filter the already fetched and shown revisions

Tortoise SVN : Commit Failed (details follow) Authorization Failed

本小妞迷上赌 提交于 2019-12-24 09:39:53
问题 I am using Tortoise SVN Client Version: 1.8.2, Build 24708 - 64 Bit , 2013/08/27 19:20:39 installed on Windows 7 64 bit Enterprise Edition OS. From day 1, when I try to commit any file it shows below error. Command: Commit Error: Commit failed (details follow): Error: Authorization failed Completed!: Does anyone has any fix for this? 回答1: I figured the answer myself. I was using Repo Browser URL beginning with svn:// instead of http:// Now, I started using http and SVN prompts me for login

How can I commit a file to SVN that I forgot to commit a while ago, (tweaking it's revision number)

岁酱吖の 提交于 2019-12-24 09:12:52
问题 So I've been happily using subversion to regularly commit files in my stack of projects related to my massive Visual Studio solution. I decide to do a svn export one day, and, decided I needed to see how my project was working back in October of 2008. So, I export to my local file system, revision 37. When I go to compile the project, somehow there were 2 or 3 files that got overlooked way back in October. Let's say they didn't get committed until revsion 99, or better yet, they're still not