Subversion is a centralized open-source revision control system, founded by CollabNet Inc. and maintained by The Apache Software Foundation.

learn more… | top users | synonyms (1)

0
votes
1answer
9 views

SVN Help, messed up my svn directory

I was working in a copy of my directory in another server. When I moved it to the one with SVN, where I am supposed to work, it overwrote the original directory. The files that were supposed to have ...
0
votes
1answer
12 views

Git / Terminal: How to remove file from inside folder?

I have a .svn folder from another project which committed by accident when I committed the whole project folder. How would you remove the .svn folder from a path like projects/projectname/js/.svn ? ...
0
votes
1answer
15 views

svn2git with local repo?

Let's say some time ago I checked out a SVN repo: svn co http://example.com/repo Now I have the folder $HOME/repo which contains .svn subfolders about the metadata of the repo in the whatever host. ...
0
votes
3answers
30 views

Multiple web servers behind a single firewall

I have multiple web servers behind a single firewall (SVN, Exchange, etc.). I want to be able to access all of the various servers remotely, but since they are All using the same port (the standard ...
0
votes
1answer
33 views

SVN user deleting files then denying it's them

It has only happened twice, and we have undone the deletes no problem, but user is insisting it's not their fault. The biggest problem this could cause is mistrust in the SVN system itself or at least ...
1
vote
1answer
29 views

Accessing SVN Server remotely

So here I'm after investing days of effort into it. I have SVN Apache Edge running on my machine on top of Apache. I want to access it (check-out/check-in) from a remote machine. My machine is behind ...
0
votes
0answers
9 views

svn: Processing REPORT request response failed: The element type “META” must be terminated by the matching end-tag “</META>”.

I am getting some error like this, while checkout from svn in Jenkins. I deleted all the workspace and run the Jenkin job, then I run multiple times even same error. Building in workspace ...
0
votes
0answers
32 views

Ubuntu + SVN: “Could not open the requested SVN filesystem”

I tried istall a svn system with two repositories. But when I try "checkout" from another pc (tortoise svn), show this error message: "Unable to connect to a repository at URL ...
1
vote
1answer
32 views

Annoying newline issue with MacVim

A lot of times when I open a file with MacVim and close it, without doing any saving, SVN always shows that the file was modified. Upon doing svn diff on the file, I get something like this: ...
0
votes
0answers
14 views

how to add a new user and password while svnserve is running

I would like to add a new user and password in the passwd file. I was wondering whether there is a way to safely while svnserve --daemon is running. If it is not possible how to safely stop that ...
1
vote
0answers
57 views

What is causing this post-commit error “database is locked” when I perform SVN commits?

I have a Ubuntu machine acting as a subversion server via an svnserve daemon (as root) in my private network. The svnserve daemon reads from a mounted SMB share that is on our raid setup. I can ...
0
votes
0answers
21 views

Can not delete folder with svn control files created by other user

this problem happened on a SunOS I (not root user) want to delete a folder "def"(contains sub folder and files) created by other user, I have the full control of "def"'s parent folder(say "abc"), but ...
0
votes
1answer
50 views

Publish code in git repository assembla as new branch

I have an iphone project which I need to publish in assembla git repository as a new branch.My Lead has given me the access to the account. I am using mac os x . Please help me out.
0
votes
0answers
20 views

How do you commit changes to an XML file to source control when they are changed by the users of a web app?

An admin web app (closed-source, 3rd party) that we use generates XML files into the Linux server where it is running. These XML files contain application settings for a production application. Only ...
1
vote
0answers
55 views

Apache Won't Start, SVN unable to connect

I am unable to connect to the SVN server. It has become apparent that this is because Apache won't start. On the server, Commit won't work, Import won't work, Repo browser won't work. On my local ...
0
votes
1answer
35 views

output of `svn status -uq` has no newlines in script

function runstatus { echo "SVN Status -uq:" echo status=$(svn status -uq) echo $status echo $bigline } This prints something like: SVN Status -uq: rd_backup ...
1
vote
1answer
20 views

TortoiseSVN: searching for removed code

Is there a way to search with TortoiseSVN (or plain Subversion) for a bit of code that has been removed, and which revision it was removed in? Blame does something similar, but doesn't show removed ...
1
vote
0answers
57 views

Commit failed in Eclipse

I am trying to commit one java file in Eclipse Juno Service Release 2 using SVN When I do Team/Commit on the file I get the following. Some of selected resources were not committed. Some of selected ...
0
votes
1answer
74 views

Forcibly unbind a port in Windows?

So, I'm trying to set up a subversion server on Windows 7, and am having a problem with bound ports. I searched around a bit, and found this question about how to handle this, but I'm having a problem ...
1
vote
1answer
27 views

What's normal practice with git and websites? The repository in the web root?

I've been used to subversion, so this isn't obvious to me. Say I have a website at www.example.com, not currently under source control, which I want to control with git. I want to make changes at ...
0
votes
2answers
35 views

Accidentally checked out svn in my user folder and not it is full of php/html/svn files

Is there a way to revert checkout of svn repo? I accidentally checked out huge codebase in my user folder, and it will be really pain to delete everything out manually, is there a way to remove it? ...
0
votes
0answers
16 views

SVN error after server crash

Suddenly, this morning, my webserver (running on EC2 amazon instance ) was not online anymore. So I had to restart apache, mysql and SVN servers. To do so, I used sudo /etc/init.d/svnserve restart ...
3
votes
1answer
77 views

Best practice when upgrade VisualSVN Server and TortoiseSVN Subversion client

Before I can test http://stackoverflow.com/questions/15916380/vb-script-to-retreive-access-rights-reporting-from-viusal-svn/15940120?noredirect=1#comment22725112_15940120 to perform live migration ...
0
votes
1answer
10 views

How do I clone a PECL SVN repository?

I'm trying to clone the PECL OAuth repo, but clicking on "SVN Instructions" in the top-right corner leads to instructions on how to clone the Github repo for PHP itself... Does any of the elders know ...
0
votes
1answer
28 views

Wrong paths with backupninja

I am trying to set up automated backups of my svn repositories with the help of backupninja, but it seems like the paths used when running the svn-hot-backup.py script are wrong. (svn-hot-backup.py is ...
3
votes
2answers
62 views

Installing Subversion on Unix machine

I'm new to unix and trying to create a guide for users to install subversion. I've found a tutorial about how to build from a tarball. I'm ready to try it out, but I don't know how to download the ...
0
votes
2answers
29 views

How can I synchronise web projects at home and work?

I am currently developing 10 websites for my job. I use codeIgniter PHP framework for each one. I develop both at home (localhost) and work (localhost) and upload changes to the server. My current ...
0
votes
1answer
36 views

tortoise svn checkout repository folder from Disk D:/ to Disk E :/ how to?

I recently installed a tortoise svn subversion. Now, using tortoise svn, how can I check out the "Repository" folder from Disk D:/Repository to Disk E:/ ?
0
votes
1answer
75 views

svn - command line - Is there a script or command that will commit every changes?

By "every change" I mean TortoiseSVN's "Commit" button. It removes the deleted files, adds new ones, and commit the changes. At least these are the ones I know of, but there may be others as well. (I ...
0
votes
0answers
33 views

How to uninstall manual-installed svn?

Becaues of a weird bug, now I need to uninstall subversion which I previously compiled and re-install it from distribution in the hope to fix the bug. Below are the types(keywords in file or folder ...
0
votes
1answer
37 views

Svnmapper is displaying a single line. Multiple branch lines expected

I have been using svnmapper for some time now: http://svnmapper.tigris.org/ Recently I switched to a different workstation, which involved me having to do a reinstall of svnmapper. Unfortunately, ...
0
votes
0answers
94 views

Apache/SVN: Multiple authentication methods

At work we have a subversion repository that is exposed via an Apache web server only. The repository is private and thus the webserver is in charge of authenticating the users against an LDAP. This ...
0
votes
1answer
51 views

How to push SVN updates to PCs without a LAN connection?

I am deploying some embedded linux machines to the field, where they will not have internet or LAN access to our subversion server. The only way I will be able to administrate them is by connecting my ...
1
vote
0answers
116 views

Cornerstone cannot connect to my svn server

It always return: Description : Unable to connect to the repository due to an authentication or authorization failure. Suggestion : Make sure that the account information you have specified is ...
2
votes
0answers
32 views

SVN permissions issue on ubuntu. Going crazy

I've been going over permissions for hours now, I cannot make apache to display any sub Repo. I just see svn dir with repos listed but when I click on individual repos I receive error. Did I miss ...
4
votes
3answers
145 views

How well is an Apache Subversion repository suited to facilitating collaborative editing of multiple .docx, .doc, .xls(s), etc. files?

For a half semester long project a group of five or less individuals will be working together on a project which has been distributed to them (and must be turned into for grading) as a folder of ...
1
vote
2answers
110 views

Looking for a web-based SVN code browser (alternative for Trac); anything like Google Code?

I'm using Trac as a web interface to an internal SVN repository. The source code browser is not the best one, so I'm looking for an alternative. Ideally, I'd like to have an interface similar to ...
0
votes
0answers
42 views

XCode 4.x SVN with multiple users

For a few good hours now I have been trying to find some information about this and seem to be hitting a road block as most setups for version control are people in it for themselves, and the ones I ...
0
votes
1answer
48 views

bash_profile and svn

I'm a bit new to the Unix environment and am having trouble with my bash_profile and svn. Basically my bash_profile only contains information about coloring the terminal. However, when I make the ...
0
votes
1answer
104 views

Cleanup fails after failed merge - SVN 1.7.x

I was attempting to merge a branch back into trunk, however one of the files involved in the merge was opened and locked by another program, so the merge operation failed. Due to the failed merge, ...
1
vote
1answer
105 views

Git vs SVN: Website storage efficinecy [closed]

I know that SVN (Subversion) stores files' deltas in order to efficiently store data. Git however, is a little more complex. What I'm wondering is that if I were to store plain HTML, image and js ...
0
votes
0answers
89 views

The clean up command in TortoiseSVN is not working. Why?

While trying to update svn "403 forbidden error" is showing.I am not able to update the project.While entering into each folder i can update. But in one folder again same error occurs. When a new ...
0
votes
1answer
54 views

What user does SVN use to access files on Debian? (no repository found in …)

I am setting up SVN on my Debian server, trying to get it to run through svnserve and not through WebDAV/Apache. As root ... I set up the base directory: mkdir /var/svn I first create the ...
0
votes
1answer
12 views

pubsvn http url to svn url

How would I import an pubsvn link with svn? What is the corresponding svn link to this url: https://cnlohr.net/pubsvn/mcclient/NonEuclid/
0
votes
1answer
53 views

Subversion and excel xll file

It is a business requirement to keep xll files in subversion (trust me, I did not come up with this idea :-) ). Now when I try to load this file up in Excel, Excel opens it like what you see in ...
1
vote
0answers
14 views

svn soft links from svn:externals?

i am using svn repository. on directory A i have libSomeLib.so -> libSomeLib.so.1 libSomeLib.so.1 libSomeLib.so is soft link to libSomeLib.so.1 when i run > svn co A i get the soft link as i ...
3
votes
2answers
151 views

Using linux system accounts for SVN

I am trying to set a svn server to use the linux system account for authentication instead an independent htpasswd file. I use Fedora 16 and followed this manual in order to install and set up ...
0
votes
3answers
60 views

How to install 'subversion-tools' in fedora13

I written a script to take backup of svn repositories using command "svn-backup-dumps" But I am getting the error "svn-backup-dumps: command not found", Many forms suggests to install ...
0
votes
1answer
188 views

Code management on Amazon EC2 with SVN and IDE

I was looking for a solution to a generic issue most developers might be facing. I have a PHP Application running locally on WAMP which I wish to deploy to Amazon AWS. I currently manage version ...
0
votes
0answers
31 views

How can I stop SVN from trying to access the repository root?

I have access to a part of a SVN repository: moose@pc07:~/Downloads/UpToDatE/Code$ svn info Path: . URL: https://the.domain.name.com/svn/mainSVN/subfolder/I/can/access Repository Root: ...

1 2 3 4 5 10