I had to wipe our svn server, but I failed to "dump" the repositories before installing a new OS. However, I had a complete backup of every file in each repository. I've since transferred all the old files back over. Unfortunately the version history is completely gone. I still have all the old incremental files, and svn can see each revision…
Hi,
I need to make our SVN repository accessible through the firewall - but without creating a local user for each potential external user.
Instead, I would like to set-up SVN+SSH to route all external users through a single local user name.
We would like each external user to authenticate with SSH the regular way but then treat their instance…
What would the best Linux operating system for hosting a Web/SVN/etc. server? One thing that it needs to have is no windowing system installed by default.
Thanks in advance!
We recently acquired another company that brought with them some crufty old linux servers. One of them is their SVN server - which died last night.
I don't know a lot about Subversion, but I have reading up on it this morning - as you can imagine. We do have backups, but their just the whole directory tree for the subversion, not individual…
The story is that
I have two systems on two different network IPs (like client on 10.0.15.24 and server on 117.152.18.140). I am communicating between them by team viewer port 80.
I have installed svn subversion on server and svn client on client system. I also installed apache server on server system.
Now my question is that I want to…
I've got a Fedora server running Subversion and svnserve on port 3690. My repo is at /var/svn/project_name. I have my router forwarding port 3690 to the local server (as well as port 80, 21, 22 and a few others). When I connect locally to svn://192.168.0.2/project_name it works great. When I connect from an external server to…
Our SVN server hd was full. Deleted a load of unwanted data on there, and all appeared to be well. However, new check-ins are now failing.
Can't move
'/repos/db/txn-protorevs/1000-vr.rev'
to '/repos/db/revs/1/1001': Permission
denied
1000-vr.rev does not exist. There are two other files in there: 9-9.rev and…
I am trying to download a script from SVN. The url looks like this:
http://websvn.myurl.com/list.php?repname=name_1
I am trying to download using:
svn checkout --username myuser --password mypass "http://websvn.myurl.com/list.php?repname=name_1"
I got "URL is not properly URI-encoded", then I changed the "?" for…
I and my small team work in Git, and the larger group uses Subversion. I'd like to schedule a cron job to publish our repositories current HEADs every hour into a certain directory in the SVN repo.
I thought I had this figured out, but the recipe I wrote down previously doesn't seem to be working now:
git clone…
We have many SVN Repo's but many of them have nested projects. I need some way of finding the trunk directories only and creating a list of them.
So, the svn path to trunk might be svn://svnserver/repos/myproject/trunk or it might be svn://svnserver/repos/myproject/mysubproject/trunk
I need to generate a list…
When I access the following URL on my machine https://svnserver:80/svn/web/domain.com I get the error:
<D:error>
<C:error/>
<m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable>
</D:error>
The exact name of my respository is…
C:net start svnserver
System error 2 has occurred.
The system cannot find the file specified.
I tried following this tutorial
http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html
C:net start svnserver
System error 2 has occurred.
The system cannot find the file specified.
I tried following this tutorial
http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html
I've installed CCNet and now I'm trying to set up a link to our repository. When I visit the CCNet dashboard website the project shows up ok, but when I click the Force button I receive this error in the messages column:
Failing Tasks : FilteredSourceControl: CheckForModifications
If I log into the…
Here is my rc.local for an autoscaling amazon ec2 instance based on ubuntu: (Note that user names, domains, and paths have been changed for security purposes)
logger "Begin rc.local startup script:"
logger "svn checkout"
sudo -u nonRootUser /usr/bin/svn co svn+ssh://user@svnserver.com/path/to/repo…