Skip to main content

Questions tagged [svn]

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

Filter by
Sorted by
Tagged with
0 votes
1 answer
22 views

I am running an SVN server and I am wondering why do I need svn dump when I have svn hotcopy command? What are the differences and which one is better for backup?
sophros's user avatar
  • 111
0 votes
1 answer
226 views

In our work development environment, we have an instance of an ancient version of CollabNet Subversion Edge, hosted on CentOS 5, with an inconvenient cascade of issues. It's not authenticating users ...
Martin's user avatar
  • 11
0 votes
2 answers
817 views

At some point I built/installed subversion 1.14.2 under Debian. I want to undo all that and its dependents. I re-downloaded the tarball, extracted, and configured. There is no uninstall target of any ...
LiamF's user avatar
  • 155
0 votes
1 answer
536 views

So I'm using Tortoise SVN for my maker projects...it always includes a folder video. the content of the video folder changes in each revision. This means each commitment means another version of a ...
Mark Donners's user avatar
1 vote
2 answers
2k views

I'm trying to get HTTPS to work on a new Collab.net Subversion Edge server deployed on a Windows environment. It currently serves the site in HTTPS but is using the default self-signed cert. I located ...
Andrew M's user avatar
0 votes
1 answer
212 views

When migrating from SVN to Git, this site recommends using a file named users.txt. Suppose I used the name John Smith when I installed git on my system, and email is [email protected]. I created a Github ...
Afia R. S.'s user avatar
0 votes
2 answers
327 views

I put some legacy source code to Subversion repository. Each version of the code is in a directory where the directory name is the version of that version. I can add each file to the Subversion and ...
harper's user avatar
  • 1,081
0 votes
0 answers
1k views

On MacOS Monterey I installed subversion with brew install svn. When I do an svn checkout in a terminal I get: svn: E200029: Couldn't perform atomic initialization svn: E200030: SQLite compiled for 3....
Dylan's user avatar
  • 343
0 votes
1 answer
2k views

could anyone advise how to encrypt SVN (amazon Linux 2) , Plan to encrypt or disable the SVN from asking if unencrypted passwords should be stored? We never want a user to be able to do that. Is there ...
samtech's user avatar
  • 11
0 votes
0 answers
631 views

Related to this old question from 2011, but a new problem: Tortoise SVN Error Validating Server Certificate We have an SVN server that has a certificate that is signed by LetsEncrypt. Until this week, ...
Michael Firth's user avatar
1 vote
2 answers
1k views

To download folder on github i used this command: sudo apt install subversion svn export "https://github.com/myuser/myproject/trunk/myfolder But on gitlab: svn export "https://gitlab.com/...
acgbox's user avatar
  • 844
2 votes
0 answers
386 views

This question asks roughly what my question is, but is ten years old now: How to change subversion working copy UUID? We have an old SVN server that has about 10 repositories on it. Because it is old, ...
Michael Firth's user avatar
2 votes
1 answer
2k views

Some open source projects I am interested in have been tracked using Subversion rather than Git. I know nothing about Subversion. Recenly, I have learnt about Git and SourceTree and am very familiar ...
gyuunyuu's user avatar
  • 243
2 votes
2 answers
3k views

I am working with a remote SVN repo every day, running on Ubuntu 20.04 on WSL2. But I don't want to enter the SVN sever password every time I update or commit. So I enabled the GPG password store like ...
Matthias's user avatar
  • 191
0 votes
2 answers
2k views

I am trying to migrate a subversion repository from one server to another. I can dump the repository from the old server to a file, but I am having issues with loading the dump file to the new server. ...
wzaylor's user avatar
  • 101
2 votes
1 answer
1k views

In Source Tree's Search View I can easily filer commits by one author this way: Enter Search View with CTRL+3; Choose Authors as search criteria; Type the name of the author (e.g. Smith) in the bar. ...
Razvan Zamfir's user avatar
0 votes
1 answer
965 views

We have an SVN repository we access using Tortoise. The host machine is a Windows 7 PC. Today I went to make a commit of a file change and got the following error: **Commit failed (details follow): ...
Forrest Erickson's user avatar
1 vote
1 answer
70 views

Our SVN repo has gotten quite fat and it needs to diet. I dumped it and filtered the obvious culprits. Going through the fourth round of filters and the dump file is still morbidly obese. Is there a ...
The Altruist's user avatar
7 votes
6 answers
34k views

I am getting this error while checking out. svn: E170013: Unable to connect to a repository at URL 'https://some.host/some/repo/' svn: E120171: Error running context: An error occurred during SSL ...
Kusan Biswas's user avatar
1 vote
0 answers
38 views

I am building a new internal server for my company. It started with a very cobbled together svn and then we added git as that was requested. Going forward, I prefer to use only Git. Our Git Repo: ...
Jon Weinraub's user avatar
0 votes
0 answers
103 views

Under my git project, I want to mark a certain file as critical so that if anyone commits to critical files I can be notified under that. is there any way to mark files as critical with git or add ...
Ganesh Bhise's user avatar
0 votes
1 answer
1k views

I want to test path-based authorization in SVN. I am working on a server, which is not administrated by me, so I can't tell what was done to enable SVN. I presume that I have to restart the server ...
Jacek's user avatar
  • 3
0 votes
1 answer
7k views

I accidentally put a checkout in the root of my drive, not in a sub directory. Normally to remove an SVN checkout I just delete the directory in which I created the checkout. Since this is now my ...
Houbie's user avatar
  • 192
1 vote
0 answers
23 views

In Collabnet Server, do you have a possible to ignore files or folders that user no need to do it? Please advise me, I am newbie of Collabnet.
Bo SENG's user avatar
  • 11
0 votes
1 answer
636 views

How can use Tortoise to go back to the previous revision and make it the HEAD without a working copy?
Bird201's user avatar

1
2 3 4 5
15