Questions tagged [visualsvn-server]

VisualSVN Server - Subversion Server for Windows

VisualSVN Server is an easy to setup and configure SVN server for Windows. It comes as free standard and an enterprise edition with more features. Both editions are for commercial use. Anything you need to setup the SVN server comes in one handy installation package.

104 questions
1
vote
1 answer

Windows 7, 64bit TortoiseSVN-1.6.12, cannot commit

we have a Windows server running VisualSVN. A coworker recently upgraded to Windows 7, and is running TortoiseSVN-1.6.12 64-bit in Windows 7 64-bit, and can check projects out but cannot commit. He gets the following error: Commit failed: access to…
user73561
  • 13
  • 4
1
vote
1 answer

VisualSVN Server Manager Active Directory problem

Cogratulations for this excellent website. I have one question and I hope someone may help. I had installed on Windows 2008 VisualSVN v2.03 and I was able to add users from my Active directory and give permissions to different directories. I have…
user55044
  • 11
  • 2
1
vote
1 answer

IIS7 Reverse Proxy For Subversion 403

I have setup IIS7 and using ARR for my reverse proxy. I have setup a blank rule with the rule https: //sub.example.com/(.*) which redirects to https://localhost:8443/{R:1}. This seems to be working well except I am getting a 403 error... Any…
1
vote
1 answer

Install WebSvn to use an Invalid SSL Certificate

Im trying to Install WebSvn on my server but the repositories im trying to connect to have a self signed certificate so websvn is unable to connect. Server certificate verification failed: certificate issued for a different hostname, issuer is not…
d1k_is
  • 163
  • 9
0
votes
2 answers

svndumpfilter to extract specific folder from repository dump

I have visualsvn server with many repository. One of the team requested to exract few folders from project repository, But I am stuck while extracting it. Here is the structure. E012345------------------Parenet_Folder …
Caterpillar
  • 1,122
  • 2
  • 22
  • 47
0
votes
1 answer

Install SCM software, accessible on the same PC all the time between Ubuntu and Windows?

My PC is dual boot, Ubuntu 16.04 and Windows 10. What would be the best approach to install SCM(Source Code Management) software but being able to use it(access it) all the time, from Windows and Ubuntu? Should I create separate partition and…
Vlad
  • 103
  • 8
0
votes
1 answer

Subversion 2012 server issue

When i paste my subversion url "https://DomainName/svn/ProjectName/" in the browser , it has been changed to "https://DomainName/!/#ProjectName/". But subversion url is been working perfectly when accessing the project through svncheckout .please…
0
votes
2 answers

VisualSVN Server's apache fails to start with TCP port

For some reason after upgrading the SSH Tectia client from v6.0 to 6.1 on my Windows XP workstation, VisualSVN 2.0.7 is unable to start up its Apache service after reboot. Event Type: Information Event Source: VisualSVN Server 2.0 Event Category:…
icelava
  • 870
  • 4
  • 13
  • 28
0
votes
1 answer

How to integrate Active Directory in VisualSVN Server

I'm using the VisualSVN Server Standard Edition. Is it possible to integrate Active Directory in VisualSVN Server with this version? If it's possible, how to do that? I researched a lot via google but I couldn't find a way to do it. I would really…
0
votes
5 answers

What is the pros and cons for each authentication scheme when installing Visual SVN on a server?

I'm about to install a Visual SVN server on a live windows 2008 server so I can get to my code base from anywhere. I'm wondering if it would be better for me to install the server using Subversion authentication or if it would be better to install…
Joseph
  • 1,726
  • 3
  • 19
  • 22
0
votes
1 answer

How to get Subversion repository from svn:// and https://?

I know these are noob questions, but I never got my own Subversion running before and I'm kinda lost. I installed VisualSVN in Windows, but it doesn't support svn:// protocol by default, only HTTP or HTTPS. It is working fine over HTTP, and I'm able…
Hikari
  • 107
  • 3
  • 12
0
votes
2 answers

How to change svn working copy between two different repositories?

We had a repository with a size of 5 gigs. It was a mistake so we run an svnadmin dump and then svnfilter all unneeded files. Now the repository is 500 megs. We want to point the working copies of the old repository (5 gigs) to the new…
Geo
  • 3,061
  • 11
  • 41
  • 52
0
votes
1 answer

Post-Commit Hook with Trac

So I followed the instructions of the great post left here https://stackoverflow.com/questions/1113010/post-commit-hook-with-trac-and-svn and the associated posts mentioned for Trac + VisualSVN on windows. I have set everything up - and when I run…
Tom
0
votes
1 answer

How can I anonymously logon to Exchange 2003 SMTP server to send mail?

I have anonymous logon enabled on the my Exchange 2003's virtual SMTP server however trying to send emails (using the program VisualSVNServerHooks: http://www.visualsvn.com/support/topic/00018/), I get a failed to connect error when I dont supply a…
user55029
0
votes
1 answer

Possible migration to Server 2008 but with conditions

I've searched the forums but nothing quite matches what we're looking for. I've read through enough forums, documentation, and other web resources, but I'm still a novice Windows Server 2008 potential user. Setup right now with: About 20…