Questions tagged [visualsvn]

11 questions
10
votes
5 answers

Uninstalling VisualSVN 2.0 from Visual Studio 2010

Is there a way to uninstall VisualSVN 2.0 from Visual Studio 2010? There is no uninstaller in the Control Panel and I can't find it to remove it in Visual Studio 2010. Is the only option just to remove the directory C:\Program Files (x86)\VisualSVN…
juFo
  • 400
5
votes
1 answer

How to bring NuGet packages into SVN?

I use Visual Studio 2012 with VisualSVN plugin, which I believe the best in handling source control with SVN. I found that it won't add or commit NuGet packages unless I do it manually with TortoiseSVN. I thought that adding the packages directory…
3
votes
3 answers

Windows 7 machine, can't connect remotely until after ping

I have a Windows 7 (Home Premium) machine that doubles as a media centre and subversion server. There's a couple of problems with this setup, when connecting to the server from an XP (SP3) machine: Firstly, the machine won't respond to it's machine…
rjohnston
  • 133
3
votes
1 answer

Best practice when upgrade VisualSVN Server and TortoiseSVN Subversion client

Before I can test https://stackoverflow.com/questions/15916380/vb-script-to-retreive-access-rights-reporting-from-viusal-svn/15940120?noredirect=1#comment22725112_15940120 to perform live migration from version 1.6.3 to 3.0.5 (latest release), Could…
luv2bfar
2
votes
3 answers

Can't get Visual SVN server working with self-signed certificate

I have recently upgraded to the latest VisualSVN server (on Windows) and now when I try to connect to it from my Linux svn command line client, I get this error: svn: OPTIONS of 'https://server:port/svn': SSL negotiation failed: SSL error: Key…
Gil Milow
  • 141
2
votes
1 answer

SVN created repository - cannot import

I'm running Visual SVN server. I created a repository. I see my repository in this directory, C:\Repositories. I also installed tortoise SVN, so now how do I upload a project to source control? Attempt 1 Import C:\dev\apache-ofbiz-09.04 to…
patrick
  • 1,273
2
votes
1 answer

VisualSVN Server working through IIS on 443

What I have: Here is the context. I have an Windows XP Pro machine where I have installed the VisualSVN Server (which is using Apache behind). I configured VisualSVN Server to use the secured port 8443. (It doesn't really matter what port…
leoinfo
  • 81
1
vote
1 answer

How close to 1:1 is SVN server storage usage vs pulled down content size?

Say I pulled down 100GB of content from a VisualSVN server. Can I make any inferences about the space that is used on the server itself to store that content? If it is all compressed I would imagine it takes slightly less than 100GB. If there are a…
1
vote
1 answer

How to clean up user's SVN dir after server permissions change

Our users had a full SVN checkout on their machines. We migrated the server to VisualSVN, and set up some permissions so that some subfolders are restricted. So now users who have no access still have the older version of those directories, and…
0
votes
0 answers

SVN repo issue with linux

I have an svn server (Hosted in windows server, local server for backup), if I connect to that server from windows system it is connecting but Linux system I can't able to access that Repo, recently I changed my OS from Windows to Linux, how can I…
rakcode
  • 101
0
votes
1 answer

VisualSVN Server, how to list users?

I have about 60 VisualSVN Server repositories and few sub-repositories in my VisualSVN Server and I need information on users assigned to each repository and permissions assigned to them. Listing manually takes more time and I'm afraid I might miss…