Questions tagged [svn]

The acronym SVN stands for Subversion, a very common and popular Version Control System.

The acronym SVN stands for Subversion, a very common and popular Version Control System.

The subversion book is an excellent reference, source it in your SVN answers! Please link to the latest stable release of the book. Links to the nightly build will eventually break when sections in the book are reorganized.

1337 questions
0
votes
1 answer

SVN Email Report

I use subversion.com for my personal stuff and whenever a commit is made I get a detailed report of what exactly changed and who changed it. I've read a bit into hooks and understand that this is likely a hook but it seems like it's not default…
Ben
  • 3,800
  • 18
  • 65
  • 96
0
votes
2 answers

Is it possible to setup and Svn repository on an existing hosted web server?

In this case I don't have full access to it. (hostgator) Can I install/use a svn repository for my code ? I'd like to kill two birds with one stone since I already run a website off of it.
stormist
  • 115
  • 3
0
votes
1 answer

How to create a repository from certain files with svn?

I'm using subversion, how to do this: import files under /target but excluding those under /target/download1 and /target/download2 Anyone can provide a demo?
wamp
  • 1,197
  • 3
  • 12
  • 17
0
votes
2 answers

"error module dav_svn does not exist"

I accidentally deleted the mod_svn on my webserver, and now I am stuck. Everything I try to do anything with it (remove it or reinstall it with apt-get), I get that message and apt fails. I know I could reinstall Apache, but I am trying to avoid…
chris12892
  • 111
  • 1
  • 2
0
votes
3 answers

Connecting SVN from Remote Server

I have hosted my repository in assebbla & it works fine. now I want to write a script that can automate the build process : 1. Take the code from assembla repository 2. Make a dump and copy it onto my web server. what I have researched from net…
Ashish
0
votes
1 answer

"svn up" misses files!

When trying to do an svn up I get the normal At revision XX even though some files are missing, the missing files do show when doing an svn list example: $ svn list > ConditionTest.java > persistence $ ls > persistence $ svn list >…
antonj
  • 101
0
votes
1 answer

svnsync loses revision properties although hook installed

I have a pretty weird problem. We have setup an SVN-Mirror via cronjob (because it needs to go from inside to outside of a firewall, so no post-commit-hook possible) and svnsync. We installed a pre-revprop-hook just as told. Everything seems to work…
roesslerj
  • 287
  • 1
  • 4
  • 11
0
votes
1 answer

SVN over VPN on Fedora 10

I would like to be able to pull changes on a remote server from an SVN server on a local development box. The SVN port is closed to the WAN but available via our LAN and we have a VPN setup locally. Is it difficult to setup the remote server to use…
bryan
0
votes
1 answer

How to upgrade a 1.4.3 TortoiseSVN-created repository to 1.6.x?

A few years ago, TortoiseSVN 1.4.3 was deployed to our software development team and we are now looking at upgrading the client to the latest 1.6.x version. I had hoped this upgrade would be transparent with the additional features and…
SiegeX
  • 567
  • 1
  • 6
  • 16
0
votes
1 answer

Dump SVN file revisions for a repository

I need a script to go through my working copy and for each file and folder dump its SVN revision and whether it is modified or not. Anything working out of the box?.. Need both Windows and Mac versions.
Michael Pliskin
  • 225
  • 1
  • 12
0
votes
1 answer

Outputting SVN hook messages

I have a subversion repository on my Linux machine that is set up to export a new build of a project every time a new commit occurs using a post-commit hook. I would really like to be able to provide an output message to the committer containing…
anyweez
  • 193
  • 4
0
votes
0 answers

Is iptables enough security, if port 80 is the only unblocked port and apache is setup correctly?

We are using PHP,MySQL,SVN, and Apache. I want to know if I assume the local subnet trusted, and allow all ports on our subnet using iptables, then allow only port 80 as open to "anyone". If it is "good security" taking that the subnet is trusted as…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
0
votes
4 answers

Using Subversion with SQL Server Management Studio

I am a member of a team with 3 developers. We have started using Redmine here for project management and issue tracking and LOVE it. I have seen elsewhere how nicely Redmine can work when a back-end repository is set up for a project. There is…
Mike
  • 115
  • 1
  • 2
  • 5
0
votes
2 answers

Unable to access SVN externally - Could not open the requested SVN filesystem

When I access the following URL on my machine https://svnserver:80/svn/web/domain.com I get the error: Could not open the requested SVN filesystem The…
Ben
  • 3,800
  • 18
  • 65
  • 96
0
votes
2 answers

versioning & store vm image

How would you store many vm images and versioning it? SVN bindiff is slow i think....
user11599
  • 121
  • 6