tortoisesvn

TortoiseSVN can't connect to SlikSVN Subversion server

牧云@^-^@ 提交于 2019-12-05 11:22:27
I've created a SubVersion server on one of the machines in my workgroup. From my development box I'm able to access the repository and check in/out files without any problem. I've just installed TortoiseSVN and no matter what I do it won't connect to the repository on the server. I get the infamous error "No connection could be made because the target machine actively refused it". Does anyone have any ideas why this might be..? As far as I know, the tortoise shell extension is running under my user credentials. It seems strange that the SVN command line tools work correctly, but not Tortoise.

How to rename Java packages without breaking Subversion history?

自闭症网瘾萝莉.ら 提交于 2019-12-05 11:07:07
问题 The company I'm working for is starting up and they changed their name in the process. So we still use the package name com.oldname because we are afraid of breaking the file change history, or the ancestry links between versions, or whatever we could break (I don't think I use the right terms, but you get the concept). We use: Eclipse, TortoiseSVN, Subversion I found somewhere that I should do it in many steps to prevent incoherence between content of .svn folders and package names in java

Where does TortoiseSVN save password cached files in Windows 7? [duplicate]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-05 10:27:47
问题 This question already has answers here : Extract TortoiseSVN saved password (2 answers) Closed 5 years ago . Where does TortoiseSVN save password cached files in Windows 7? I found c:\users\USERNAME\AppData\TSVNCache directory, but it is empty. 回答1: In c:\Users\USERNAME\AppData\Roaming\Subversion\ . 回答2: %APPDATA%\Subversion\auth It is documented in the TortoiseSVN Help document file (CHM) 回答3: In Windows, there is an option (in TortoiseSVN → Settings → Saved Data → Authentication Data ) to

SVN Endless Loop - [file] “does not exist in repository”

一个人想着一个人 提交于 2019-12-05 10:23:40
问题 This has been plaguing me for a week. SVN keeps telling me that a certain file " does not exist in repository ". Fine. Let's just delete it. Forget about it. Ignore it. Whatever. I don't really care about this file (especially if it continues to fail the nightly check-in). The most bizarre part? A "restore" will actually RESTORE the file from the repository, so its there (corrupted, maybe?). ...and this has to be the icing on the cake. If I delete the file through Windows Explorer, SVN will

How can I change the revision number of a repository in Tortoise SVN?

我们两清 提交于 2019-12-05 10:21:19
I have a project that has a revision number of 3960. But unfortunately it is not under source control. Now I would like to put it under SVN and use Tortoise SVN. But when I put it there it will have revision from 1,2,3,4 and so on. Is there a way to change the revision number to 3960? The safest way I can think of would be to make a dump file with an appropriate number of empty revisions, than load it. The format would be something like: SVN-fs-dump-format-version: 2 Revision-number: 0 Prop-content-length: 56 Content-length: 56 K 8 svn:date V 27 2009-01-12T14:58:15.449041Z PROPS-END Revision

TortoiseSVN : Good 'patch file' viewer?

浪子不回头ぞ 提交于 2019-12-05 10:15:28
问题 The default patch file viewer is messy (ie. no side by side diff view etc). I tried setting the path of beyondCompare exe in "Settings->Unified Diff Viewer->custom", but beyond compare also behaves same as default diff tool. Is there a way to atleast allow side by side diff in patch files ? If so, what is the method ? My aim is to allow emailing of changes so that they can be reviewed before I commit them :) Mishal 回答1: I've never found any, but the solution that I usually use is to simply

This client is too old to work with working copy

走远了吗. 提交于 2019-12-05 09:28:28
问题 Everywhere I go on google I get the same answer to this problem but it is the wrong answer for me. Originally I installed Subversion 1.5.6 for windows (i run Windows Server 2008) on my server and i made a repository for a project. Then I used a Tortoise client version 1.6.X on my laptop to update the project. Everything was hunky-dory until I tried to use a post-commit hook script (i am updating folders in wwwroot on commit to reflect changes on a web page). I got a message to the effect of

svn: E180001: Unable to open an ra_local session to URL

谁说胖子不能爱 提交于 2019-12-05 08:26:52
I have installed TortoiseSVN 1.8.0 (OS: Windows 7). I have created repository using TortoiseSVN in External Harddisk. Also i have added SVN plugin in Eclipse Juno. When i try to share my project via svn plugin to repository, it shows following message. Share project was failed. svn: E180001: Unable to open an ra_local session to URL svn: E180001: Unable to open repository 'file:///H:/Repository/MobileApplications/Android/Application/Source' svn: E160043: Expected FS format between '1' and '5'; found format '6'. Anyone can help me. fry.pan I think that the answer to your question has been asked

VisualSVN Server: post-commit hook failed. SVN: Unable to make name for 'D:\\websites\\mywebsite.com\\tempfile

…衆ロ難τιáo~ 提交于 2019-12-05 08:15:42
In VisualSVN Server, I am using a post-commit hook to move files from a directory in the Subversion repository to the proper directory on the file system. I am getting the error shown below. Error: post-commit hook failed (exit code 1) with output: svn: Unable to make name for 'D:\websites\mywebsite.com\tempfile' I am using TortoiseSVN to commit the files. I am able to do this just fine with other projects, I don't see a file called tempfile in the directory structure of my local copy or repository, tried clean up and update commands with no success. Any ideas? Thanks. Turns out it was a

TortoiseSVN not save the password

◇◆丶佛笑我妖孽 提交于 2019-12-05 08:14:47
I instaled Tortoise SVN 1.8.7 in Windows 7 Professional 64 bits. The Tortoise always ask for save the password, but stiling not save :( I clear path AppData\Roaming\Subversion multiple times, but is not saving anithing on svn.simple The connection is made by a certificate. Can anybody tell me me the trick i was missing ? :) Thanks When Tortoise SVN was not saving my user/password credentials I solved the problem by going to TortoiseSVN settings -> Saved Data -> Clear Authentication data (see image below). Also check AllowAuthSave is set to true in TortoiseSVN settings -> Advanced. If this