tortoisesvn

How to get the SVN revision number in certain Date or date range

前提是你 提交于 2019-12-22 04:05:01
问题 How can I get the revision number of a branch on certain date. I have tried : svn checkout -r {2006-02-17} but can't get any output. 回答1: svn co -r {2011-11-28} svn://location/of/my/repository/branch works for me. May be you are missing URL. however if I try to checkout a revision of a time when repo did not exist, I get svn co -r {2006-11-28} svn://location/of/my/repository/branch svn: Unable to find repository location for 'svn://location/of/my/repository/branch' in revision 0 Update After

Problem trying to relocate WC to new repository

风格不统一 提交于 2019-12-22 03:59:36
问题 I have several working copies that were checked out of old repositories. The old repositories are now combined into a new repository, therefore the repository name and the locations inside the new repository have changed. Now I want to relocate these working copies to their new locations into the new repository. When doing a Relocate with TortoiseSVN, I get a warning: It seems you are trying to relocate your working copy to a different path inside the same repository. From: https://old

Calling SVN commands from a java program

99封情书 提交于 2019-12-21 12:11:15
问题 I want to call SVN commands (update , commit) from a java program. any help ? SVN : Tortoise SVN Environment : java program will be running inside a jBoss server. 回答1: It's a really, really bad idea to use a GUI SVN client from within an app server. While TortoiseSVN can be scripted, it's still a GUI application, and an unexpected situation can cause it to pop up a dialog on your server (and some tasks may always open a dialog). It,s much, much better ot use a Java implementation of SVN, such

Access to '/SVN/[repo name]/!svn/me' forbidden [duplicate]

我是研究僧i 提交于 2019-12-21 07:23:38
问题 This question already has answers here : SVN Commit failed, access forbidden (7 answers) Closed 2 years ago . I am having some issue with some SVN users where they get the following message Access to '/SVN/[repo name]/!svn/me' forbidden I am having some issues figuring out the root cause of it. The current setup is using Visual SVN on windows. We are using SVN security for the users, not AD. The users are that are having some issue are vendors(but not all of them), so they do have different

SVN frequently says file is locked by me in another working copy

本秂侑毒 提交于 2019-12-21 07:18:11
问题 I have an SVN repository (hosted on Dreamhost) with needs-lock set on binary files. It sometimes happen that, while committing files locked and modified by me, the commit fails with the error: Error: Commit failed (details follow): Error: File '/my/file.bin' is locked in Error: another working copy If I try to get the lock on that file (without stealing it) it says: Error: Path '/my/file.bin' is already locked by user Error: 'my_username' in filesystem '/home/user1/svn/repo1/db' Cleanup doesn

Deleted files are 'restored' when doing an update with TortoiseSVN

岁酱吖の 提交于 2019-12-21 06:49:20
问题 If I delete a file from my working copy, then do an Update, the deleted file is restored. This is quite annoying, because I then have to go find the file and delete it again. I'm not sure why SVN does this. If I want to do an Update, it means I want to pull down any changes from the respository. It doesn't mean I want to restore files that I have deleted. Is there a workaround? 回答1: If you want to delete the file from SVN, you need to do an SVN delete, not just delete the file locally. SVN

How to merge bug fix branch into trunk and release branch

旧街凉风 提交于 2019-12-21 06:21:05
问题 Consider the following situation: Development is mainly done in trunk. Branches are used when fixing complex bugs or developing new (unstable at first) features. Normally these branches are then merged into trunk once development is done. 1 branch is used as current release branch (say currently "R-1.0"). Tags are used for the release (would be "R-1.0.0"). Now a complex bug which is in trunk as well as in the current release 1.0.0 must be fixed: A branch "BG-1" from trunk will be created. The

How to merge bug fix branch into trunk and release branch

僤鯓⒐⒋嵵緔 提交于 2019-12-21 06:20:13
问题 Consider the following situation: Development is mainly done in trunk. Branches are used when fixing complex bugs or developing new (unstable at first) features. Normally these branches are then merged into trunk once development is done. 1 branch is used as current release branch (say currently "R-1.0"). Tags are used for the release (would be "R-1.0.0"). Now a complex bug which is in trunk as well as in the current release 1.0.0 must be fixed: A branch "BG-1" from trunk will be created. The

Why are all files in AnkhSVN solution marked as new after installing TortoiseSVN?

会有一股神秘感。 提交于 2019-12-21 03:53:11
问题 After installing TortoiseSVN 1.6.0, all files loaded into an AnkhSVN enabled Visual Studio 2008 project are marked as new (blue +). I have tried re-installing AnkhSVN 2.0.6347 and checkout the repository into a new "clean" folder. However neither seem to resolve the problem. My question is kind of two fold, is there a resolution to this issue and if there is an in-compatibility between the two products (i.e. different SVN bindings?) is there a way to tell which combination of AnkhSVN and

Error in jenkins during sonar analysis caused by svn blame

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-21 03:36:35
问题 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: ------------