It seems that in TortoiseSVN 1.6.8 (on Windows), when you click the "To URL..." button in the Branch/Tag dialog, it now pops up a generic "browse for folders" dialog. It used to pop up a Repository Browser. Displaying a regular folder browser isn't much use, since you can't navigate to any of the tags/branches via the file system.
Does ...
Has anyone had the experience of moving a file in tortoise and committing successfully, only to later commit a different change and be told of a tree conflict where:
the file in its original location has been deleted, but in tortoise is marked as missing
the file in its new location is there, but marked as already added.
(I use torto...
I have Tortoise svn installed on my desktop. I want to perform some tasks using commandline svn.exe? But I am not able to find svn.exe on my machine.
Do we have to install something else to get the svn.exe command?
...
My Subversion server access is through Apache HTTP. For instance, I don't want TortoisSVN not at version 1.6 and above be able to access it. The blockage should happen for any client not at 1.6 or above.
...
I have a large repository hosted on dreamhost that I backup daily on a remote machine using a windows scheduled task which updates the working copy located on an external USB 300GB drive connected to the remote machine.
The 300GB drive is nearly full with only 26GB of free space remaining.
Recently I added a second USB external 1TB dri...
Lets say I have a feature branch named "branches/BigFeature". I want to push those changes to the Trunk, make some changes to Trunk and merge back it all back into the "BigFeature" branch so development can continue.
My steps were to:
Merge the latest changes in Trunk to branches/BigFeature. (Tortoise SVN -> Merge a range of revisio...
(I am newbie to tortoise SVN)
I have 2 folders in my tortoise SVN.
Each need a different set of authorization
(I do not want
people who have access to the first folder to have read / write access to the second folder).
How can I accomplish it? I noticed that all permissions are defined in a file in the root level.
...
I tried to find out how to move my working copy. I know SVN move can be used to move files and folders inside your working copy but what about the working copy itself? I want to move it because I created a branch in a folder location that's different from my branch and had updated therefore all my .NET project references. So when I go...
I'd like to get an idea of some processes on build process with Tortoise SVN. Primarily
I'm wondering do you push:
The Mainline Trunk
A branch after QA has grabbed it into a working copy locally and tested the branch and then some build pushes that branch
The problem I have is I work at a craphole (hey, it is what it is and I'm ve...
Hello! I've been using Webuilder to develop my project for a while and i don't want to waste my time finding the file i'm working on on the file explorer, right click, then click "commit to perform a subversion commit. How can i create a keyboard shortcut for Webuilder to commit active file easily?
...
So say I have the three latest revisions of an aspx file: 55,56, and 57.
Revision 56 added a feature that I want to remove, but I also want to have the new features deployed in version 57. Is there any way I can merge version 55 with 57, leaving revision 56 out of the picture?
If it matters, I'm using Tortoise SVN and Visual SVN, but I...
I have successfully installed SVN on a Windows XP machine and can connect to it locally. But I do not know how to connect to it via another machine on the network.
The project is at
C:\svn\project
And I connect to it via Tortoise locally and want to remotely via another machine - how do I do it? Thank you.
...
Can I get TeamCity to add the project binaries to a svn repository after they have been built? If I need a script, how do I kick it off after a successful build.
...
Hi,
I know if some files are checked out (modified) then I could right click on containing folder, then select "create patch". After then I will see list of all checked out files. So I could include them in the patch.
But when no file is checked out, aka everything is committed, create patch window is empty. So the question is how can I...
I'm trying to setup an svn server.
I maintain couple of websites based on asp. There are three environments currently.
Development: Any new modules/enhancements will be done in this environment
Staging: Mirror of production
Production: The public facing website.
Currently when there's an update to the website, this is what we do
...
I have a project with it depends on another project Core, i use svn:external to maintain the dependency. when i go to create an update of my project, i export those changed files of two tags of my project, but the changed files in Core won't be exported.
For example, my project 2.0 depends on Core 1.0, where 3.0 depends on Core 2.0, the...
Hi,
Environment is:
Windows Server 2008 R2 x64
Slik-Subversion-1.6.11-x64
TortoiseSVN-1.6.8.19260-x64-svn-1.6.11
I have setted up svn srvice based on Jeff Atwood guidlines and can connect work with host via svn command lines like svn list svn://localhost, but TortoiseSVN can't connect to it even on server machine itself. All firewall t...
I have several separate SVN repositories locally on my machine and I use only the TortoiseSVN client functionality without an SVN server backend.
Now I want to merge these repositories while keeping the revision history of individual files. Is that possible with with TortoiseSVN alone or even SVN?
Edit: It seems like what I want to acc...
Our trunk directory contains about 100mb of code and we create tags from the trunk directory. Normally, this is not an issue because a tag takes up no space until you need to use it for something. Since branches are created from tags in SVN, how can I create a branch from a tag wtihout first checking out the tag? It appears I need to ...
I've exceeded my svn hosting limit so I need to remove all binaries and images from it. How do I issue a command to delete and ignore for example all *.jpg files ?
...