-1
votes
1answer
14 views

How to install apache 1.7.1 and subversion release 1.6.13 in ubutu [closed]

How to install apache 1.7.1 and subversion release 1.6.13 in ubutu. Any idea where to got? Thanks
0
votes
1answer
16 views

Can I find a similar software as Pageant in Linux?

Now I am using SVN+SSH in Ubuntu linux, and one problem I have now is that every time I update or commit codes I have to type the "passphrase". In Windows, thanks to Pageant I can only type once, and ...
-1
votes
0answers
26 views

SVN: E175002: Unable to connect to Repository at URL, But it did yesterday. I did nothing about SVN and client. Why? [closed]

Our svn server is build in China, and we access it in US. It is OK yesterday, we did nothing about it, and it can't work today morning. We don't know why. This is detail: server ip: 192.168.1.26 in ...
0
votes
1answer
37 views

Ubuntu Server Disk is full where there is still space left

We have an Ubuntu Server running and I installed SVN on it. We have been using the server for 4 or 5 months and we are assigned Appuser with sudo privileges. The problem is, we are running out of ...
0
votes
1answer
36 views

SVN uBuntu Setup > Client > Not showing overlay icons [closed]

I've setup my Subversion on a uBuntu server. I can easily commit, and update, and it works as it should so far. However, the files do not update their icons. I don't think its a problem with Windows ...
0
votes
2answers
115 views

subversion status code 404

i do want to run subversion on my ubuntu 12.04. In fact i have already installed it (v.1.6). I have also configured the /etc/apache2/mods-available/dav_svn.conf so it looks like this: <Location ...
0
votes
0answers
26 views

SVN repository on mounted drive from Ubuntu

I have been using SVN with a repository on a NAS drive, for my personal development. Since it's single user, I'm not worried about file:// races. As long as I used Windows machines, everything was ...
1
vote
1answer
98 views

SVN and Jenkins for C# on same machine (ubuntu)

i am facing the following problem. I would like to implement the approach of CI with jenkins into my Project. The project is written in C#. I have an ubuntu server v. 12.0.4.2 LTS. The idea is to run ...
0
votes
2answers
59 views

Error message when opening Eclipse

What does mean this when I open Eclipse? Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path no svnjavahl-1 in java.library.path no ...
1
vote
0answers
80 views

Error when trying to commit changes on ubuntu netbeans 7.3 and subversion

when I moved my files to a new machine and when Im trying to commit changes I get the following window with no options to choose: Any ideas?
2
votes
1answer
58 views

SVN. Access Rights

I can not properly configure access rights. Once the rule does not seem to work. some directory - as it should be and some not. I have a repository in two folders - one, two. three users - admin, ...
0
votes
1answer
45 views

commitscripts to svn repository in ubuntu

I'm new to Ubuntu, I have library at svn repository and I also know user name and password,how to get that library into my local system. I have done like the following. sudo apt-get install ...
1
vote
0answers
736 views

Issues with previous operation not finishing

I'm fairly new to linux and I'm trying to install the openCV software. I was installing some stuff when I lost power and it was interrupted. When I went to reinstall it, I kept getting this error: ...
0
votes
0answers
53 views

SVN Repository access using .pem file

My svn repository is on a remote server.I can access svn on my local box using this url:- svn+ssh://xxx-xx-xx-xx-xx.xxxxxx-1.xxxxxxx.com/srv/svn with a public kev. I want to get the checkout on ...
0
votes
0answers
29 views

SVN repository returns 'unknown fsfs'

I had to backup repositories when my server Ubuntu 10.10 went down and I brought them back after clean installation of Ubuntu 12.04 but when I am trying to check out the repositories svn returns ...
1
vote
1answer
89 views

Eclipse SVN Commit “fails” after upgrading from Ubuntu 10.04 LTS to 12.04 LTS

while upgrading from Ubuntu 10.04LTS to 12.04LTS, we kept all necessary configurationfiles (svn, trac, apache2) alive. At first all seemed working fine. We could still connect to Trac and SVN using ...
0
votes
1answer
137 views

SVN, can't commit changes using Tortoise for a working copy that resides on Ubuntu 12.04 machine

I've recently set up an Ubuntu 12.04 LTS machine that I am using a local media server and web server for my projects. My sites are run from ~/public_html on Ubuntu. That folder was then mapped to my ...
0
votes
1answer
40 views

Relocate without relocate in subversion?

I need to switch the base URL of my working copy in subversion. According to the manual for 1.7 I should be able to use svn relocate. http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html ...
3
votes
2answers
198 views

SVN / Git / Bash

I am working on a project with a team. They use SVN, but I prefer git. While I could do this more easily by simply getting better at SVN - I'd prefer to make my life complicated and use Git. Here is ...
0
votes
0answers
44 views

subversion on ubuntu changes rights

i have some strange problem with subversion on ubuntu ubuntu 12.10 (same problem was with 12.04) i am doing such steps: creating folder in /var/www. ex. somesite.com creating in it index.php open ...
0
votes
1answer
729 views

svnAnt task ubuntu fails with cannot find javahl, svnkit nor command line svn client

These questions have the same issue but haven't provided a solution for me Cannot find javahl, svnkit nor command line svn client although I have command line svn Cannot find javahl, svnkit nor ...
2
votes
1answer
802 views

Can I have both svn 1.6 and 1.7 on Ubuntu 12.10 system

On my Windows workstation was easy to use Tortoise 1.7 and command line 1.6 in NetBeans. Is it possible in Ubuntu.
0
votes
1answer
174 views

Zend Studio 9 - SVN version number doesn't show

I've installed Zend Studio 9 (Eclipse) on my Ubuntu 12.04 desktop, with SVN. After installing SVN I got a question about which connector I wanted to install. The server uses subversion 1.4.4, and this ...
0
votes
0answers
221 views

SVN server and client installation

I have a ubuntu server. Where i want to have my project. This server is hosting my project so i can access my project using https://hostname.com My base project is in windows, Where i do the ...
0
votes
1answer
114 views

Changing SVN author/username name | ubuntu

Whenever i commit the code in SVN repository, it shows that the code is commit by user "SVN" instead of my own username "some_name". It looks that i need to change or update the username/author on my ...
0
votes
0answers
105 views

svn+ssh Authorization failed

I got SVN with Ubuntu 12.04 (64bit). I try the following command: svn checkout svn+ssh://192.168.2.123:12001/var/local/svn/autoupdate But i get the error: svn: svn: Authorization failed ...
2
votes
1answer
101 views

Linux (ubuntu). SVN + TRAC. Displaying SVN project in TRAC

I have already installed trac + svn (Linux Ubuntu). It is necessary that a TRAC could see a list of files in the SVN repository. In localhost/trac/browser/ I see the error: "Unsupported version ...
0
votes
0answers
232 views

Getting error 403 (forbidden) when trying to access newly setup svn directory (apache)

I used the following guide to setup a SVN server on a machine with Ubuntu: How to setup a Subversion (SVN) server on GNU/Linux - Ubuntu However, when I try to browse the svn directory ...
1
vote
1answer
107 views

Multiple svn repositories on linux ubunto with plesk

I have a linux vserver and a domain "mydomain".I already have an working svn and trac system, but a liitle problem with multiple repositories. my repositorie path is : ...
3
votes
1answer
2k views

Ubuntu + SVN: Could not open the requested SVN filesystem

I'm aware this question has been asked a lot of times. I believe I understand the answers, but I still had no luck. I tried both one repo and multiple repos configurations, having the same issue for ...
0
votes
1answer
462 views

Fix .svn directory permissions

Any advice on how to correct all the .svn directory (and their contents) permissions in my webroot using the command line (Ubuntu)? I was chowning the files to www-data, but forgot to filter out the ...
0
votes
2answers
88 views

Apache2 host two sites on the same server

I am trying to host subversion and wiki on the same site. I have created two files in /etc/apache2/sites-available in "subversion" I have <VirtualHost -myserverIP-:80> ServerAdmin ...
1
vote
1answer
322 views

How to clear the settings of RapidSVN on Ubuntu?

For some reason, each time I reach a bookmark on RapidSVN, the app crashes. It doesn't even show me the error. Just closes itself. I've tried to do a complete removal of the app via Synaptic package ...
0
votes
1answer
45 views

Subversion: Skipping folders when not in working directory

We have our website files in various Subversion projects checked out on our Ubuntu 12.04 web server, a project for each site. eg /var/www/site1/ /var/www/site2/ /var/www/site3/ Now, I can ...
0
votes
1answer
229 views

Subversion/svn Propfind 405 error after Ubuntu upgrade

I've upgraded the Ubuntu server hosting my Subversion repository and now can't access svn. http://hostname/svn is giving me no response and Subclipse says : Propfind 405 method not allowed.
3
votes
1answer
313 views

svn cannot svn mkdir a file under my repository

I have setup a svn repository on my server. I, instead of delete the directory under the repository, used rm -rf to delete the directory. Now that I cannot create any directory under my server, even ...
0
votes
1answer
216 views

How to install iF.SVNAdmin on ubuntu

According to http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients the web interface iF.SVNAdmin can be installed on a linux OS. I want to use it as web interface for subversion repositories ...
3
votes
1answer
1k views

Eclipse Juno doesn't save passwords (SVN & RSE)

I just installed Eclipse Juno with following packages: Subclipse 1.8.14 Subversion Client Adapter 1.8.3 SVNKit Library 1.7.5 SVNKit Client Adapter 1.7.5 Remote System Explorer User Actions 1.1.400 ...
0
votes
2answers
256 views

How to move uberSVN to another server?

I clone my question from here. I'm using uberSVN on Ubuntu server for my project development. Now I need to move uberSVN to another server (backup all data of uberSVN and SVN data). How to move ...
2
votes
1answer
75 views

how to break SVN Link of project?

I am using ubuntu and want to know Is there any other procedure or command to break SVN link of the particular project other than going inside the project and delete each .svn folder of each ...
0
votes
2answers
37 views

Command to see previous code using SVN

What is the command to see or go back (but not revert) any of our previous codes(last 3 or 5) using svn. I know there is such command revert but this is not what I'm searching for because I only want ...
0
votes
1answer
80 views

SVN server setup on ubuntu small query [closed]

I had setup the Subversion repository on my server. When I add any file to my working copy and commit it, it says committed successfully. Now when i access repository location from url it shows me ...
0
votes
2answers
127 views

Setup eclipse + svn

I've got a Java project versioned by svn and trying to configure the build for linux. On my work computer all works fine and I committed the changes. To both my home computers however I get this error ...
0
votes
1answer
243 views

Google Code SVN checkin error

I am getting the following error when trying to check in my code: $> sudo svn commit --username <my username> svn: Commit failed (details follow): svn: access to '/svn/!svn/act/<a ...
1
vote
0answers
167 views

*.edited file is created during merge

I added external merge tool (meld) to subversion on Ubuntu. Everything works fine, however when I resolve my conflict and accept the changes I see file being created that I merged, with ".edited" ...
0
votes
1answer
381 views

svn+ssh ignores ssh key, and won't accept password - why?

I’m setting up an Ubuntu 10.04.4 machine to pull over a Rails app from a Subversion repository on a remote server. I’ve set up the ssh key authentication, and that works fine for login – I can ssh ...
0
votes
1answer
94 views

how to connect svn on ubuntu server with team development using zend studio?

i have installed linux ubuntu on a local server then i installed the svn on it , now me and my team using zend studio 9.0.2 , and we need to work together on some project , can you help me with ...
0
votes
1answer
185 views

Get original files from Subversion directory copied from server

I had an old server. I copied the the folder where all the files for a project were located. I want to restore the original files. I tried an svn export on the directory, but that did not work. It ...
0
votes
1answer
79 views

Rendering code using Apache/SVN on Ubuntu

I'm not sure if I'm missing the point here... Our devs want the following... On a LAMP server with SVN/WebDAV they want the root Apache directory to be a repository that they can all work on. ...
-2
votes
2answers
177 views

subversion commit completed but files are not being updated on web server

I have commited my changes on svn but when i check back my web server the files are still the same... Is there any part i missed and need to do in order to apply the changes on the web server www ...

1 2 3