I've recently switched from a Windows XP machine to Windows 7. I use Subversion and TortoiseSVN.
I cannot publish my .NET application in Visual Studio. I get over a thousand errors like this:
Unable to delete file
"obj\Debug\Package\PackageTmp\Views\ViewName.svn\text-base\ActionName.aspx.svn-base".
Access to the path
'C:\Code\...
The repository is 1GB big. I need to checkout the repo to 2 PC. Is it possible to use TortoiseSVN checkout a working copy to first PC, then copy this local copy to 2nd PC. Then use TortoiseSVN track on 2nd PC directly? So I can save some time through checking out the repo again under slow network transferring rate.
Also, how do I start ...
Hi,
I am using SVN as repository. We have the structure of
Trunk
Branch 1
Branch 2
.....
We used to merge the branches into Trunk only after the features are implemented and tested quite well. So it will be a stable working implementation. Branch 1 has its own features and implementation so do Branch 2..
Now Branch 1 has ...
I have installed TortoiseSVN in the C:\Program Files\TortoiseSVN folder. In the Environment Variable window, I have added in the variable name Path the variable value C:\Program Files\TortoiseSVN\bin. Still when I open the command line window and type
svn checkout http://xxxx/xxxx --username xxxx
I get the usual:
svn is not recogniz...
I have a file which I modified and I don't want these changes to be committed. How do I get TortoiseSVN ignore this file during commits? However if I make changes after that point, I want the file not to be ignored anymore.
...
Part of the development I have done on a project can not be deployed, and should have been done in a separate branch. I have merged in the backwards changes (via tortoise's "revert changes from this revision" and careful editing), undoing the work that should have been in a separate branch, and committed this inverse patch to the trunk. ...
Here's my scenario:
I've got a VisualSVN server on my main dev box @ home. I'm also using a Visual Studio 2010, TortoiseSVN, VisualSVN client (for source control), and Versioned 'Artifacts' (for bug tracking).
I've got my Buffalo AirStation WHR-HP-G300N router properly configured so my business partner can connect to the SVN server. I ...
(NOTE: All fake URL's below are shown as https:/ or http:/, with just a single slash.)
I've spent most of the day trying to get TortoiseSVN to work with my bug tracking system using a relative URL for the bugtraq:url parameter. I'm using SSL on the repository with a self-issued certificate. I'm using VisualSVN for the server and clien...
I often have lots of whitespace-only changes (spaces turning to tabs or vice versa etc.) and I generally don't care about these changes. I know that whitespace could be important (i.e. some whitespace changes can be breaking), but it would be very useful if there was a way to tell when looking at huge lists of files which ones contain wh...
There're some external libraries (Havok, Ogre) used in my solution. Those got huge size of '*.lib' (over 1G). When using SVN, it also keeps tracking those external libraries and generates .svn-base which duplicates those 1G files. This is causing extremely slow when checking out the solution over internet. I was wondering is it safe to r...
I go to commit a bunch of code, using Tortoise SVN, and it barks at me, telling me I can't do so without updating.
So, I update. It tells me that I am fully updated, having updated absolutely nothing.
Then, I re-commit the previous attempted commit and it commits as i there never was a problem.
Exactly what is being updated when no...
I just started a new position where none of the code is in version control. One of my duties is to fix that. I have some space on a SuSe 10 box, and subversion 1.6 is installed. Following the instructions in the O'Reilly Subversion book, I've got a subversion repository with code in it, and svnserve running:
#lsof -i :3690
COMMAND P...
If I wanted to see how productive I had been over a 6 month period is there any commands or tools I can run over a SVN repo to get this kind of information? by user (so I can filter to myself)
I would like to see things like
lines committed by me
lines removed by me
some kind of churn stat
etc...
Looking for an easy method.
...
I need to move svn folder to one level up and keep all history
All files and directories from h_t_t_p_s://myserver.com/svn/Project/trunk/
into h_t_t_p_s://myserver/svn/Project/
I use a command:
svn move h_t_t_p_s://myserver.com/svn/Project/trunk/ h_t_t_p_s://myserver/svn/Project/
but it says:
svn: Cannot move path 'h_t_t_p_s://m...
I have running Svn on GNU/Linux. it is working fine when i executing my svn command using Putty on another windows computer. But I am unable to access my svn using Dreamweaver or TortoiseSVN Client.
Error Messages:
Server and project are not accessible! (can't connect to host '192.168.1.10': A connection attempt failed because the con...
Hi Guys,
I forgot to take branch of my working directory before starting to make whole lot of changes to the project (trunk). I am half way through and want to create a branch which will include all of my changes that I am working on. Is there a better way with svn?
Thanks in advance,
...
We would like to move our code from the local SVN server to a hosted solution, how should we copy and re-import the code into the hosted SVN server. The main problem is we don't want to point to the older svn data files while re-importing.
...
Hi I've just upgraded from 1.5 of Tortoisesvn to 1.6 and most of my repos seem ok.
But I have one where the icons are there as expected but when I try to commit a particular file I get there have been no changes.
I've tried a cleanup and even trying to commit all the files but that just leaves the commit back hanging on Please Wait Che...
Hey,
we started working with development- and featurebranches and it is actually quite useful. But, as we do most of the bug fixes in development branches it often happens, that I work on several things at a time, waiting for them to be reviewed by our QA. Now I fear that I will forget to merge a changeset/revision back into trunk after...
Is there a way to move a saved login/password for TortoiseSVN to a network repository from machine to machine? Just got a new machine, know my username but don't recall my login to the repository.
I know TortoiseSVN saves some auth info on the directories at %appdata%\Subversion\auth
Moved over the file I found at svn.simple; I see my...