Tagged Questions
4
votes
1answer
408 views
Why is VisualSVN server rewriting my URL?
I've installed VisualSVN server on a company machine. Its (intranet) URL is http://myhost:12321/svn.
On the same machine there is an Apache which we use as a reverse proxy. There are several other ...
3
votes
1answer
97 views
Can you modify VisualSVN so that it renders HTML files?
We use SVN at work and have a VisualSVN server that everyone can use to see the structure of a repos. But when you look at a file it just shows it as text, which is good I guess, but we want to change ...
3
votes
1answer
221 views
SVN Multiple Branch Tagging
We are facing a problem with SVN Tagging. The figure below shows how our project is organized inside SVN. We use Tortoise SVN to do our checkout and Visual SVN as our server.
This is how our ...
2
votes
1answer
115 views
How to move Tortoise SVN Repositories when the Windows server that hosts it is no longer available
My development project uses VisualSVN Server v 1.1 to manage my Tortoise SVN repositories. The windows server that hosts them became unavailable and I was forced to use the ISP's recovery app to pull ...
2
votes
1answer
51 views
SVN troubles. How do I move latest two commits to branch?
Basically,
I have made two commits in the last month which were prototype code. (yes I know, never commit anything not working, to the trunk). But as Im the only one working on it, it was more of a ...
1
vote
1answer
53 views
update SVN Repositories URL in Current Project in ECLIPSE
I created a SVN repository on the VisualSVN Server. I use this repository from my desktop computer in Eclipse IDE over the Internet using HTTPS protocol. Everything was working fine until now.
...
2
votes
0answers
239 views
Subversion deployment onto Windows Server 2003 environment
I recently asked a question on which Subversion to use and have done with VisualSVN Server, however after installing it and updating folder permissions I now get the following issues:
1) When logged ...
1
vote
0answers
64 views
svnsync can't start pre-revprop-change hook
I'm trying to use svnsync.
It works on one target server, but fails on another with very similar setup and I can't find what's different. The source server is the same in both cases so I guess it's ...
1
vote
0answers
62 views
How to control changes to tags in SVN server on Windows
We use VisualSVN Server 2.5.6 on Windows (important!).
Most of our SVN repositories have the standard structure:
/trunk
/branches
/tags
We want:
allow people to create new tags
forbid them to ...
1
vote
0answers
91 views
VisualSVN moving repository from server1 to server2
I want to move my repository from server1 to say server2 . I have tried copying entire repository folder to server2, create a new repository from VisualSVN and select "Import Existing Repository" ...
1
vote
0answers
58 views
tortoiseSVN filter by author not showing all revisions
I have a VisualSVN Server running the repo and using the latest TortoiseSVN client on my machine.
The complete log of revisions shows many from a particular user but when I look for that user's name ...
1
vote
0answers
386 views
SVN log showing empty revisions
If I do an svn log command on my repo, there are 3 revisions in a row that come back as empty:
svn log https://url.to.trunk -r529:HEAD --xml -v
It comes back with a whole bunch of revisions but ...
0
votes
0answers
106 views
How to set VisualSVN Server master-slave (mirror) configuration on windows machines
We have three SVN Server on windows machine. One onsite (ON1) and two offshore (OF1, OF2).
I want to make the onsite SVN Repository as Master and offshore machines as mirrors.
User will commit to ...
0
votes
0answers
74 views
How to prevent lost file permissions after switch between branches in svn?
When I do a switch between the trunk and a branch or vice versa in my svn repository the affected files are loosing some of their file permissions.
For ASP.NET to run property the IUSR account needs ...
0
votes
0answers
718 views
TortoiseSVN hangs on “Sending Content” when commit new data
I am using as server the latest VisualSVN, and its been updated from SVN 1.6 to SVN 1.7.
also i have updated the TortoiseSVN to 1.7.1.
when i try to commit to the repository, its runs all the add ...