Hi. I am running Visual SVN Server(with Apache) on a Windows 7 computer and network. After about 15-20 minutes of my first commit/update, I am unable to access the repository via Tortoise SVN.
The error message I get is:
OPTIONS of "https://jason/svn/repository1": could not connect to server (https://jason)
Restarting the Visual SVN Se...
I have a set of repositories with a structure similar to the following:
/Source
/branches
/tags
/trunk
/FolderP
/FolderQ
/FolderR
/Target
/branches
/tags
/trunk
/External
/Library1
/Library2
/Library3
/Internal
/FolderA
/FolderB
/FolderC
/FolderX
/FolderY
...
I trying to checkout about 400MB of images from svn using svn+ssh.
It is running extremely slow. (approx 3Kbytes/s)
I am using TortoiseSVN as the client.
The server is the standard svn server that comes with ubuntu.
Any ideas how i can debug this.
...
Hi,
I'm currently writing my master thesis and I'm using TortoiseSVN to keep a backup at freepository.com. I've been religiously committing several times a day, since I'm working hard and making many changes a day. Today I committed again and strangely enough I got an error saying that my working copy was out of date, which makes no sen...
I'm relatively new to Subversion, coming from Source Safe, and it's driving me nuts. Using the Tortoise interface, Commit kept showing me .java files in my bin directory which it said were "missing" - ok, that's a separate question. Basically, when I tried several things to get rid of the spurious "bin" message, Tortoise instead delete...
Hello all,
Just now I tried to merge my branch to the trunk with the following handlings:
Update the working copy of the trunk
Merge->reintegrate
Then the folder of the working copy of the trunk gets the conflicting sign. By means of Check for modifications I get a list which contains a lot files and even the folder of the trunk cop...
I am trying to use tortoiseSVN to manage some files that I need to transfer between my computers at work and at home. Do I need to install TortoiseSVN on the USB key that I use to transfer the files? Or will TortoiseSVN work without me having to do so? If I need to install to the key, is that possible? The .msi installer I downloaded...
Tortoise SVN doesn't show those green , red , yellow icons when the files changed that are under source control, I can see them in windows XP but not on Windows 2008. But when I right click and try to commit, it gives me a list of files that are changed. Any idea why/fix?
...
I run an SVN server on a linux server. I'm going out of town for a week somewhere with no internet access, and therefore no SVN access.
So I'm trying to figure out how to take a snapshot of the repository with me on my laptop, and then merge the new revisions back into the existing repository when I get back...
My laptop runs Windows ...
I have been using TortoiseSVN for a 2-3 months to control my subversion. Today when I tried to commit files to a repository it showed me a strange message like this:
When I went to the menu and selected Cleanup command it showed me this new message box:
I have tried to release lock it says that there is nothing to unlock.
What happ...
When attempting to commit changes to SVN, I receive the following error:
Error: Commit failed (details follow):
Error: While preparing 'C:\Users\dan\Documents\Visual Studio
Error: 2008\Websites\admin\trunk\bin\SmtpDotNet.dll' for commit
Error: Can't write to connection: An existing connection was forcibly closed by the
Error: remote hos...
Is there a way to check the last checkout time of developers on a svn repository (something like an admin command). Would like to track on usage patterns related to frequency of checkout.
...
At my current location I can not access our SVN server. I copied my working folder (workplace location) on a DVD and have it on my notebook (home location ) right now.
How should I transfer the changed files to the server? I can't copy the complete project because the connection is too slow.
Copy only the changed files to the working ...
Hello, I'm trying to write a batch file in which I need the HEAD revision of the project I am working on.
Is there a command to get this from the command line?
I am on a Windows XP Machine.
EDIT
I ended up using a mix between Shambulator, mizipzor, and Stefan's answers. I ended up with this:
for /f "tokens=5" %%i in ('SubWCRev Workin...
Hi all
I have decided to remove the bin folder from one of my web apps from Source Control. It contains only external dlls which are stored in another folder anyway.
I right click and choose 'Delete and add to ignore list' but the error message below:
Directory 'C:\Kctc\Trunk\Moose\Bin\de is missing
Directory 'C:\Kctc\Trunk\Moose\Bin\...
Somehow, Tortoise against Subversion can't seem to figure out that the source is not in the bin directory:
1) When we set up a commit, all of the source shows up as missing from the bin directory:
Path Extension Text Status
bin/com/.../File1.java .java missing
bin/com/.../File2.java .java missing
2)...
I can SVN-update and browse the repository just fine. The .svn directory exists in every folder across the checked out code tree. Only commit is broken for some reason.
Any idea what could cause this?
...
Hi all,
I have set up a server to handle my source control with Visual Svn Server. I have created a repository with the normal folder layout of trunk, tags, branches. All good so far.
On my local pc I have replicated the folder structure of trunk, tags and branches. Within the trunk and branches folders I have a Visual Studio solution ...
My primary dev workstation has tortise and visualSVN installed and VS10 offers me a command off my File menu - 'Open Solution from SVN' - (or something to that effect...I can't open that workstation right now so the wording is probably different. But the point is that i has a way to open a project that stored at my VisualSVN server and a...
I am immensely troubled and disturbed by the fact that subversion is creating random .svn folders in my local repo. I am used to Perforce which does not do this. Is there any way to prevent subversion from doing this? Will it affect svn if I delete the folders or use some sort of script to delete them?
...