Subversion is a centralized open-source revision control system, founded by CollabNet Inc. and maintained by The Apache Software Foundation. It is intended as a replacement for the Concurrent Versions System (CVS) and is a full-featured system designed to serve as a robust data store for files such ...
0
votes
0answers
5 views
How to integrate Redmine with a remote SVN server?
Well, I have Redmine installed on my computer and only I use it to control my projects :)
I just want to know how to integrate control of a project code on Redmine through a repository that is out of ...
0
votes
1answer
15 views
How do I resolve the git-svn error 'refs/remotes/git-svn$: command returned error: 1'?
In the process of converting a Subversion repository to git, you might encounter the following error while converting svn:ignore settings to .gitignore:
config --get svn-remote.svn.fetch ...
0
votes
0answers
30 views
Having trouble setting up Subversion with LDAP authentication
I am trying to setup an SVN repository using LDAP authentication. I have configured the SVN authentications in dav_svn.conf as outlined here: ...
0
votes
1answer
31 views
Branches and revisions in svn [closed]
I'm fairly new to use svn, so I've been working with my mates without separating any branch, currently using NetBeans 7.1.2, so I would like to know what's the best way of doing a branch or how often ...
1
vote
1answer
55 views
Remove a revision from SVN history
I committed some sensitive data into the SVN by mistake. I don't want my collaborators to see these data. Can I revert the SVN to the previous state and remove the latest revision from SVN history ...
0
votes
0answers
17 views
Subversion on Perforce Projects [migrated]
I have a project that's currently in a Perforce repository. Unfortunately, due to some testing restrictions, I have a test machine (private build of something that resembles linux) that, for whatever ...
0
votes
0answers
100 views
Zend Studio 9 breaking on installing svn plugin
I have Zend Studio 9 and there is an option to create a php project from svn. I click on this, then it tells me that it needs to install the svn feature. I hit ok, and then during the "calculating ...
0
votes
0answers
16 views
How do configure WebSVN to redirect for certain folders?
Here's the specific issue
Assume you have a public svn repo and a web interface for it and that it serves live content. Example: Here's the svn repo
...
0
votes
0answers
37 views
Where is my new Subversion when installing from MacPorts?
On my MacBook, the default SVN client was the version 1.4, and I installed subversion (ver. 1.7) from MacPorts. But when I run svn from terminal, it still launches the old SVN 1.4.
echo $PATH gives ...
0
votes
1answer
34 views
Truble with subversion. Can't cleanup “Log command is mislocated”
I am working with Xcode and subversion on the Mac, but my files have become messy and Xcode and subversion are complaining. When I run svn commit or update I get the message
svn: Working copy '.' ...
1
vote
1answer
68 views
How use windows command-line to run tools like SVN and MYSQL without going to theirs respective path [closed]
Possible Duplicate:
Adding an .exe to default path without adding the directory
What are PATH and other environment variables, and how can I set or use them?
Hi I would like to use ...
0
votes
1answer
20 views
Doing an SVN merge on a different OS from most users - does this cause issues?
I am working in a place that develops software on Windows. We use SVN for version control. I work much more quickly in a bash shell, and was asked to do a merge of a tag into a branch. I automatically ...
0
votes
1answer
37 views
SVN and odd file
I just did an SVN update and found a weird .pptx file that I cannot open. (When I double-click, it does not open.) Then when I right click on the file, it shows only a small amount of options I can do
...
1
vote
0answers
42 views
Configure and work with scplugin SVN on OS X
I am new to Mac OS X and I don't know how to install and configure the scplugin on it.
I had installed it, but I don't know how to work with it. How can I import a project from any other system or a ...
0
votes
0answers
25 views
Exposing apache webserver to internet for SVN repository access
At the moment I have an apache server on the local network.
That is, it is accessible via local network. For example,
http://192.168.1.1/svn/repos/blahblah
is accessible from my computer. I ...
1
vote
0answers
91 views
SVN tool: something like git gui, gitk? for linux [closed]
Can anyone recommend some good GUI tools for svn in linux?
I want something like git-gui, gitk similiar, but for svn.
Thanks
0
votes
1answer
41 views
Working out which folders are svn'd from the command line
I've got a folder that containes a set of folders that are themselves the root of different projects. Some of these projects are versioned under svn, some are not. I'm looking for a one-liner I can ...
1
vote
2answers
22 views
Is there a way to find out if hosted code on sourceforge is svn or cvs and script the download process?
For instance, is there a way for me to use svn or cvs (and how to find out which?) for a project if I have their project page -- for example, http://sourceforge.net/projects/ecb/?
0
votes
1answer
191 views
What is the best SVN client for Windows? [closed]
I am familiar with using both Versions and Cornerstone on Mac - they are fantastic and incredibly simple to use... but I don't want to always rely on being able to borrow my girlfriend's MacBook so ...
0
votes
0answers
32 views
Give part of LDAP tree access to SVN repository
This is a relatively simple question. The company I work for has an SVN server with multiple repositories. Everyone has access to this one repository in particular; it contains employee contact ...
0
votes
1answer
128 views
Alternative Windows Offline Files + Windows Backup + Previous Version Setup
Currently our documents are all hosted in a Windows 7 box. Users can access the files using Windows share and the documents are available offline (windows 7 feature). The documents are being backed up ...
1
vote
1answer
97 views
What is the difference between git svn init + fetch and git svn clone?
While trying to use locally Git at my workplace where we use SVN I was searching a lot for how to set everything up. From what I found it seems there are two approaches to the problem, either:
git ...
0
votes
0answers
35 views
Scenarios for Bazaar and SVN interaction
At our company we are using SVN repository. I'm doing programming from both work (main place) and home (mostly experiments and refactoring). Those are two different machines, in different networks and ...
0
votes
0answers
67 views
RabbitVCS ssh authentication
In widnows to acces company's repository I was using TortoiseSVN + pageant for ssh key authentication. In linux I would like to use RabbitVCS but what do I use for the key authentication and how I ...
0
votes
1answer
43 views
How can I commit all new folders and files in directory?
When trying to commit changes to a directory with tortoisesvn I need to manually check-off each new file and folder I want to commit, including the contents of a folder. This is obviously ridiculous, ...
0
votes
1answer
193 views
Multiple SVN repos on Debian HTTPd vhost setup
I would like to have my svn/http server setup so I can access multiple repositories via a "svn" subdomain:
https://svn.example.com/repo1
https://svn.example.com/repo2
I am using Debian 6, and ...
0
votes
2answers
202 views
mac svn client can't commit to tortoise svn server
I'm trying to use svn 1.6 with my Xcode projects on lion. The server is a tortoise svn server on windows. I can check out the projects with no problem, but when I go to commit I get the error that
...
2
votes
1answer
35 views
low-pass filter for vector graphics
I have a SVG file which is too large. It contains a lot of fiddly details and I would happily eliminate some of these to simplify the whole file.
With jpeg and other lossy compression formats, you ...
0
votes
3answers
66 views
IDE that allows SVN operations on remote server
Is there any Windows GUI, preferably an IDE, that allows one to connect to a server via SSH, modify (html, in this case) files and then commit them to SVN?
I've been fiddling with Netbeans and ...
2
votes
2answers
81 views
Format SVN Log Output
I would like to fetch the log message for a file committed to svn.
I'm using the following command currently:
svn --non-interactive log "myfile.c" | sed -e "s/[\-]//g"'
The output is :
r42153 ...
0
votes
2answers
42 views
Application that can draw statistics from a Subvesion repository?
Is there any application that can give me a summary of what is going on in a SVN repository? I want to know things like:
Number of lines of code
Biggest contributor
Most edited page
etc
Is there ...
0
votes
1answer
68 views
Program/script to 'walk' through svn revision history
Looking for a program, or script, I can use to easily 'walk' through an SVN revision history for a specific file. Anyone know if this exists? Can I achieve this with the command line client for svn?
...
1
vote
1answer
52 views
How do I commit my GIT project to SVN?
I have a project that I have been working on locally with Git but my work uses SVN and I want to add it to their SVN server. How would I do that?
I think this is what I want to do but I am not ...
0
votes
1answer
57 views
Easiest way to get URL from a SVN checkout
I can get it by parsing the output of svn info. Example using Bash:
svn info | grep '^URL: ' | cut -d' ' -f2
Is there an easier way?
0
votes
2answers
211 views
Is there a subversion plugin available for LibreOffice/OpenOffice similar to MagnetSVN?
I recently came across the plugin, MagnetSVN, for MS Office which allows for svn interaction directly from MS Word. I'm looking for something similar for LibreOffice and/or OpenOffice.
I came across ...
1
vote
1answer
112 views
Unresolvable SVN tree conflict
I created the name of a Java package in my project and now I'm getting a lot of Tree Conflicts. Even if I mark them as "working", it doesn't let me commit the changes.
$ svn commit ...
1
vote
1answer
250 views
How to use Terminal to delete all .svn folders recursively?
what command can I type into Terminal so that I can:
delete all .svn folders within a folder (and from all subdirectories)
but not delete anything else
?
1
vote
2answers
177 views
how to update svn package on RHEL 5.3?
I have 1.4.2 version of svn on my RHEL 5.3 box. I tried updating and I get the following message. What should I do ?
[foo@bar adminui]# svn --version
svn, version 1.4.2 (r22196)
compiled Sep 1 ...
0
votes
1answer
192 views
trouble installing packages in RHEL 5.3
I'm trying to install rabbitvcs, a subversion GUI tool. http://wiki.rabbitvcs.org/wiki/install/fedora.
[foo@bar conf]# yum install nautilus-python pysvn python-configobj python-devel dbus-python ...
2
votes
2answers
104 views
Connect to different repository url depending on being in home network or not
I have a subversion working copy on my laptop, and the corresponding repository on my NAS.
When I am away from home, I update and commit over the internet over an encrypted connection to an domain ...
1
vote
1answer
122 views
Using macvim diff for SVN diffs with Versions on OS X
I would like to use Macvim's diff mode for file comparison in the SVN application called "Versions" for OS X. How would I write a script that launches Macvim in diff mode for such file comparisons?
...
0
votes
0answers
42 views
svn log fails for big logs
For some reason svn fails when I try to build log for all commits
svn log --xml -v > svn.log
with the following messages
svn: E175002: REPORT of '/svn/myrepo/!svn/bc/34546': 200 OK ...
0
votes
1answer
40 views
can I setup svn on my home ubuntu server and make it load files to Hostgator shared account?
I develop allot of web applications. I test them on local server and than upload to hostgator account.
I was thinking to setup SVN on home/test server and make it automatically upload files to shared ...
0
votes
1answer
43 views
Merging Database Modifications - CVS
I'm working on a project using git for version handling. What is the best approach to include the database in the cvs?
For example, if I checkout the database and install it at home, make some ...
0
votes
0answers
65 views
How can I prepare a Tortoisesvn installer to use the serf HTTP library instead of neon?
I'm going to be distributing instructions on how to access our new Subversion repository with TortoiseSVN. Because it's hosted on Windows, and we have some large files in the repository, we have to ...
0
votes
1answer
341 views
Subversion yields error while loading shared libraries libdb…
I recently setup a new Arch Linux computer and when trying to do an svn checkout I get this error:
svn: error while loading shared libraries: libdb-5.3.so: cannot open
shared object file: No ...
1
vote
0answers
72 views
SVN export yields different file permissions on 2 systems with same umask
I have a machine with Ubuntu 10.10 and a machine with Ubuntu 11.10.
When I do a svn export on the 10.10 machine, this gives all directories a 755 permission. The 11.10 machine sets the directories to ...
1
vote
1answer
39 views
Add svn-repo as branch to git
I have a git repo, but my boss wants to see the code in an SVN incl. commit-messages.
Is there a way to add the SVN to git as a branch (like boss-branch), so that I can work with my own branches, ...
0
votes
1answer
65 views
calling cygwin svn from vim
I am trying to shell to get 'svn log %'. In order to get this into a different buffer, it seems the best way is to call:
:new | set buftype=nowrite | r !svn log #
Where r puts output from the ...
0
votes
0answers
86 views
Tortoise-svn on Citrix
I am trying to run TortoiseSvn on a citrix environment, but it is running really slow and I am getting errors such as
ERROR REPORT of /svn/....: Could not read response body: connection
Error ...