The svn tag has no wiki summary.
0
votes
1answer
34 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
?
0
votes
1answer
20 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
28 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 ...
0
votes
0answers
12 views
SVN - merging Word 2007 tracked changes
I have a local copy of a Word 2007 document that I have added many tracked changes to. Unfortunately, at the end, I should have made these tracked changes to a same document that exists already in my ...
2
votes
2answers
40 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
29 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
10 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
18 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
32 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
20 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
197 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
21 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
22 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
18 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
34 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 ...
1
vote
1answer
45 views
How should I change to svn protocol instead of http
My current path of svn server is
http://file/repo/test
but I want use svn protocol instead of http
svn://file/repo/test to do a SVN sync
what I need to do.
Please help.
1
vote
1answer
21 views
svn fsfs doesn't create a filesystem. it creates a bdb instead
i'm trying to set up an SVN repository, which works as a filesystem.
my svn version is 1.6.something
it was configured to be served via apache (http://my.domain/repo) but it also works via the ...
0
votes
1answer
17 views
SVN / Subversion copy another users directory over existing directory
Ok short and curly version. I have a Subversion Repository with 4 users of which I am one of the ones with admin priv's (yea I know surprisingly). What I need to do is make a mirror copy of someone ...
1
vote
1answer
36 views
Merging branch rev range into another branch
I've got a branch (b) that was made from another branch (a), and I wanted to merge a range of revisions from branch a to branch b, but I get to the following message:
Merging revisions 1654-2691 of ...
0
votes
0answers
14 views
Install Trac and SVN without root access [closed]
Possible Duplicate:
Installing SVN without root access
Is it possible to install Trac and SVN on a managed server without root access?
0
votes
1answer
33 views
SVN on Windows: how to make it English
I'm using SVN 1.7.2 binaries on my German Windows XP machine. What I need to do to make it output text in English instead of German?
2
votes
0answers
97 views
Firefox or Chrome SVN Client
Is there any fully function SVN client for firefox or chrome? Actually I have a lot of work on svn and internet so I am looking for some sort of addon of firefox or chrome which allows me to access ...
2
votes
0answers
95 views
Upgrade to OS X Lion broke TortoiseSVN. Now getting database errors (SQLite?)
It was suggested over on Stack Overflow that I post my issue over here. Hope someone has some answers. =)
I've been running SVN 1.6 on my development Mac Mini since getting it earlier this year (to ...
0
votes
1answer
41 views
How to clean up user's SVN dir after server permissions change
Our users had a full SVN checkout on their machines. We migrated the server to VisualSVN, and set up some permissions so that some subfolders are restricted. So now users who have no access still have ...
1
vote
2answers
288 views
Can't get Visual SVN server working with self-signed certificate
I have recently upgraded to the latest VisualSVN server (on Windows) and now when I try to connect to it from my Linux svn command line client, I get this error:
svn: OPTIONS of ...
1
vote
1answer
45 views
Is it possible to import history from a svn checkout to a new git repository?
I have a checkout from an svn repository, the host of which I no longer have access to. I would like to import this codebase into a new git repository, but I haven't been able to figure out how to ...
1
vote
0answers
135 views
How to repair damaged repository (which has a centralized .svn directory)?
I recently upgraded my TortoiseSVN installation to version 1.7.1. This forced me to upgrade my working copy as well. The upgrade removed all (but one) of the .svn directories from all subdirectories ...
0
votes
0answers
18 views
Make SVN Users Reset Password Upon Login
I've used svn as version control before, but this is the first time I have found myself attempting to setup and administrate an svn server.
I have managed to get the repositories set up, and also ...
1
vote
2answers
75 views
'del /s *.svn' returns “Access is denied” error on Windows 7
I'm trying to delete all .svn files from a folder and all of its subfolders so I'm doing this from the command line:
del /s *.svn
However, all I get is this for each .svn file:
Access is ...
0
votes
2answers
69 views
svn up taking a very long time, or stuck; repository corrupted?
Is this a sign my repository is corrupted?
I ran svn up via ssh and quit in the middle (Ctrl+C) once I realised I made a mistake, then I tried again and it said to run svn cleanup so I did, ssh'ing ...
1
vote
2answers
83 views
How to Import Part of an SVN Repository into Bazaar
The Situation
I am running bazaar 2.4.1
A 'project hosting' company hosts my svn repository for Project A at:
https://svn.example.com/myrepo/trunk/ProjectA/
I do not have svn-admin access to the ...
1
vote
0answers
21 views
Converting an SVN repository to SQL database
I have downloaded the svn repository of Atunes using TortoiseSVN. I would like to transfer the logs of activity of the developers to a SQL database, preferably an Oracle one. Is there any software ...
0
votes
1answer
47 views
List all SVN repository URLs from a folder in recursive mode
We are looking for a script that will traverse in recursive mode all subfolders and list all SVN repository URLs and the path where it was found.
It will be used on /home folder of a user.
1
vote
1answer
63 views
How do you get Eclipse's built-in diff tool to ignore differences in whitespace?
I'm working on a large codebase that's been touched by many hands. As I work through bugs, I've been converting the source to be more readable which involves a lot of minor changes in indentation ...
0
votes
1answer
105 views
git-svn pass password on command-line
Is it possible to pass the SVN password on the command-line or in a text file? I would like to run git-svn via a script?
I know that the username can be passed on the command-line, but is it ...
0
votes
0answers
69 views
SVN commit fails due to “path not found” error
I am committing a project via shell and I am getting the following error
Commit failed (details follow):
svn: ...
1
vote
1answer
40 views
Salvage SVN repository from dead Windows Server 2003
I cannot start the server but I can access the file system (I connected the hard drive by SATA-to-USB to on my laptop) and I want to transfer the repository to new installation (I use win32svn server ...
0
votes
1answer
73 views
What is the maximum length for a property value in Subversion?
I'm about to start creating an 'executable library' by specifying a great many references in the svn:externals property. Before doing this, I wanted to check if a Subversion property name is ...
1
vote
1answer
132 views
svn authorization failed
I do:
svn ci filename
and get:
svn: Commit failed (details follow):
svn: Authorization failed
Why don't I get a prompt for username and password?
Details: I am the administrator of the project ...
0
votes
0answers
48 views
TortoiseSVN Local Error Log
Anyone know if Tortoise keeps a local error log, and if so, where?
Tortoise is freezing on me when I try to lock/add/commit files from my working copy to the svn server (over https). Other people ...
0
votes
1answer
35 views
Authenticate connection to remote repository before committing files
All,
I have an app (using shell script) that automates the process of committing to svn , generating svn info and emailing it. But every now and then I get the following
Authentication realm: < ...
2
votes
1answer
351 views
How to install both TortoiseSVN version 1.6 and 1.7 together in Windows 7?
Currently installing 1.7 will remove 1.6.
Since svn 1.7 is not stable for all svn server (one of my server keep getting errors on authentication as my post here), I want to use both Tortoise 1.7 and ...
0
votes
2answers
51 views
Best local SVN solution for small company [closed]
I am going to start using the source control in my company and I don't know which solution would be best. Team Foundation? Tortoise? Something different?
We have a VMware server connected to the ...
0
votes
0answers
19 views
How to tell Trac to parse wiki markup for certain pages in SVN Source
One of my projects is hosted on Trac. I can view its subversion repository online within the Trac Source Browser.
I have written a README file which is committed to that repository.
The README and ...
0
votes
0answers
35 views
upgrade SVN client in cygwing, also upgrade subclipse in Eclipse
I'm having difficulty upgrading the svn clients in cygwin and subclipse.
I recently upgraded tortoisesvn, which changed the format of the working copy.
Now I can't use cygwin and subclipse.
I tried ...
0
votes
0answers
24 views
Make Visual Studio not erase release folder for setup projects
This is a major pet peeve of mine. I use SVN and when I roll out a new version, I make a new setup for it. The "compile" behaviour for setup projects is different from most projects. Instead of the ...
0
votes
3answers
69 views
Is there a free open source repository that enables svn+ssh (through firewall port 22)?
This is a rephrased question of What is the simplest way to use svn repository through firewall without compromizing the security?
We need a new svn repository similar to googlecode (gpl, mit, bsd, ...
1
vote
1answer
142 views
Migrate SVN Repo WITHOUT svnadmin OR svnsync
I have a remote SVN server that I'm required to upload our existing local repo to. There are a lot of revisions and doing it manually would be very time consuming. However, I've been faced with ...
0
votes
0answers
172 views
What is a portable SVN client as an alternative to RapidSVN?
Do you know any portable SVN client? I tried RapidSVN but it's quite slow compared to TortoiseSVN, which I know is not portable.
0
votes
0answers
103 views
svn access denied
I am not sure what permissions svn needs.
We tried to run cleanup on a svn repository using tortoise svn. It gives error message
"cleanup failed to process following paths" c:/mysolution/ "can't ...