I'm trying to integrate Redmine with TortoiseSVN, but I was not able to do that because TSVN always gives me this error"
"There are no issue-tracker providers
available."
I have made these steps :
On my project folder properties I have added "bugtraq:url -> http://myweb/../issues/show/%BUGID%"
On Redmine settings I have added t...
How can I "delete" a file which is already in the SVN repository without deleting it from my file system?
Tortoise or Command Line instructions welcome.
Thank you.
...
Let me start by explaining our set-up:
I am working with some contractors. They are using Visual Source Safe for source control and our company is using Subversion. Every few days they preform a checkin to our repository by doing the following steps:
Checkout from our repository (they're the only ones working on it so this doesn't a...
I am trying to use the Tortoise SVN command line utility TortoiseProc.exe. The docs suggest that a command line like this:
"TortoiseProc.exe" /command:diff afile.cpp`
should do a diff and display the results in the configured diff viewer (in my case Tortoise's own one), but instead nothing happens - the viewer is not launched & no err...
I've had a repo that I would access, using TortoiseSVN, from only the same computer on which the Subversion win32 service was running, and it's been working for a while now. I decided to try to set up mod_dav_svn to be able to get at it from elsewhere. When I try to access it, I get this error in the browser:
<D:error>
<C:error/>
<m:h...
I work in a mixed source control environment. We are still mostly on CVS, but newer projects are in SVN. However, I am finding it hard to get buy-in for SVN because TortoiseSVN doesn't work like TortoiseCVS.
The 3 way merge has a lot of cognitive dissonance and while TortoiseCVS seems to always get the merges right, TortoiseSVN almo...
I have a folder in a repository that cannot commit and even parent folders cannot commit. This happened several weeks ago, then worked, then on the blink again. I have cleared my authentication cache and no help. I can still work with other trunks but not this one and the error message does not help me where to go. I have done Clean Up. ...
We have some files in our project that can't be merged and hence the files must be locked by the users before editing them. Is there a way to force the user to lock a file before editing?
We are using Subversion and Tortoise/visualSVN
...
I'm working on a change on my laptop. It's not ready to be submitted to repository yet but I'd like to keep working on my desktop too. My change set is quite big and not only it contains modifications, it also contains new files and deleted files as well.
I could copy the complete local working copy to another machine and get the change...
Alright, lets get back to SVN 101.
I have a software app and I've hit an important milestone, version 2.0.
I decided I want to tag this version as "Version-2.0" so I have this named snapshot. I also create a "Version-2.0" branch in case I need to fix anything and merge it back into my trunk.
After reading through the Tortoise SVN hel...
We have an external app_code folder shared among multiple projects. I have noticed that when I do an svn update using tortoise svn that not all the files within the folder get added to my app_code working folder. If I delete the whole folder and do an update all files are added. This happens on all folders that are external. Any help on ...
I have two repositories which live on separate servers, call them repo-1 and repo-2.
To start both "trunks" were equal:
repo-1/trunk == repo-2/trunk
Meanwhile changes were being commited to repo-1/trunk and I was working on and commiting changes to repo-2/trunk.
Now I need to merge changes from repo-1/trunk into repo-2/trunk.
I thou...
I had TSVN installed first and been using for a long time. Then I install T-HG and when I right click I dont see any TortoiseHG.
Does anyone have this same problem?
All the T-SVN overlays are still there.
...
I am supporting a number of .Net developers who are using Subversion to version control their work, but we have been running into a number of issues that seem to revolve around the additional files that Visual Studio uses to manage projects, do debuging, etc. Specifically, it seems that these files are causing conflicts due to the fact t...
Hi all.
I have some problems with SVN.
Can anybody help me?
When I tray to merge branch to trunk i get flowing error:
Server sent unexpected return value
(403 Forbidden) in response to OPTIONS
Same error get when tray to create new tag or branch.
I have Read/write permisions.
I use VisualSVN and TortoiseSVN.
Thanks
...
Hi.
I don't have any experience with SVN and TortoiseSVN.
In some stage of development we have received request to localize application for new customer. This is big task, and we decide to make branch for localization and continue development application without localization.
Currently, localization is finished and we need merge this...
When I checkout my SVN repository using the command line
TortoiseProc /command:checkout /path:"C:/Sandbox/SPB" /url:"https://svn.digipen.edu/users/sbentley" /closeonend:3
I can access all the files within it just fine. However, this prompts me for the checkout, which I don't want. Per the manual page on automation:
Remember that ...
Is it possible to use same working copy and to put the same into two different SVN servers(commit, update,...)?
...
I have Subclipse installed for Java and just installed TortoiseSVN for #develop, as suggested by someone answering another question of mine. When I try to edit a C# class, it says "client is too old to work with working copy" - but the Subversion version of TortoiseSVN (1.5) seems to be newer than that of Subclipse (1.4?). What is going...
How do I revert all or part of an SVN commit using TortoiseSVN?
...