svn

Anyone use SvnMapper?

纵饮孤独 提交于 2019-12-21 07:08:12
问题 First I download SvnMapper(svnmapper.tigris.org) and install it! Then I start SvnMapper, the GUI need to input a URL of subversion, I failed in this step. I have a local repository (means I use file:// protocol to access the repository myself alone), So I input one of my project svn URL to SvnMapper: file:///E:/myrepos/mathutil/trunk , and click OK. SvnMapper complains: Unable to open URL. So I guess, SvnMapper may not support file:// protocol. Then I find a project hosted in Google code

SVN error running context: An existing connection was forcibly closed by the remote host

╄→гoц情女王★ 提交于 2019-12-21 07:08:07
问题 I've created an SVN repo on my Debian Wheezy build server following this tutorial. svn --version gives 1.6.17 . Sadly, I can't commit anymore to the repo from my Windows 7 machine; it fails with the following error message: Transmitting file data .svn: E730054: Commit failed (details follow): svn: E730054: Error running context: An existing connection was forcibly closed by the remote host. I have had this error both with TortoiseSVN and the command line client. These are the contents of /var

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

What's the right way to manage a release with SVN?

时光总嘲笑我的痴心妄想 提交于 2019-12-21 06:38:26
问题 My last employer had developed an elaborate system which sat on top of SVN to deal with ongoing development: ( change management ) look at bugs/issues and associate them with commits when making the commit by tagging the bug id number and ( release management ) tag items in SVN as part of a specific release based on the bug/issue tracking system. This second part had a workflow associated with it to get sign-off from users/management. Then, when it came time to do the release (usually every

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

Several developers and one Subversion's working folder

无人久伴 提交于 2019-12-21 06:06:35
问题 We are work with huge script-language web-site, which difficult to deploy on each developer workstation. Are there any body who run into situation when several developers have to work in the one subversion's working folder at the server? 回答1: This just sounds wrong. How are you going to manage separate log ins, concurrent changes? Use multiple WCs for your own sanity! It seems you are taking 60% of the good stuff out of source control and throwing it away. 回答2: "...several developers have to

Several developers and one Subversion's working folder

落爺英雄遲暮 提交于 2019-12-21 06:06:09
问题 We are work with huge script-language web-site, which difficult to deploy on each developer workstation. Are there any body who run into situation when several developers have to work in the one subversion's working folder at the server? 回答1: This just sounds wrong. How are you going to manage separate log ins, concurrent changes? Use multiple WCs for your own sanity! It seems you are taking 60% of the good stuff out of source control and throwing it away. 回答2: "...several developers have to

Source Control in Lotus Domino Designer

夙愿已清 提交于 2019-12-21 05:41:27
问题 We have been using Domino on a large project for years without any real source-control (other-than server backups). So, I was rather pleased when I noted the latest Designer 8.5.3 has potential integration with SVN. I was unable get SVN working just by following the original instructions for as already noted on Stackoverflow the update sites have moved. The solution posted on OpenNTF, only half worked, with Domino still croaking at GEF, Mylyn and some other missing plugins. After finding and

Wiki - File versioning

故事扮演 提交于 2019-12-21 05:19:27
问题 I am building a wiki-like website, and am wondering how to implement the file versioning to create articles history. I would like to be able, when someone edits a file, to be able to display which parts were edited, and to revert back to a previous file if necessary. EDIT: Thank you for your responses. I started to go through them, and then I realized my post was not very precise. So I may add that I am using Java as a development language (Groovy through Grails to be precise). Also, the