Re: How to restore repositories from backup server

2025-01-16 Thread Bo Berglund
the passwords to be cached in a text-only environment. I.e. how to set them to use a command line interface only? If that is achieved I will add it to my Subversion how-to document and not ask again -- Bo Berglund Developer in Sweden

Re: How to restore repositories from backup server

2025-01-16 Thread Bo Berglund
cal terminal? > >What do you think it should do instead in that situation? It should return the request for password into the channel that issued the command rather than firing up a completely unrelated comm channel. (of course) If you get a landline phone call you do not reply in a cellphon

Re: How to restore repositories from backup server

2025-01-16 Thread Bo Berglund
N and connect to the RPi4 on that LAN and test my validation scripts, which did work. So now I have a sync check being run late every night and if there is a difference in revision numbers it will send me an alert email. -- Bo Berglund Developer in Sweden

Re: How to restore repositories from backup server

2025-01-13 Thread Bo Berglund
On Mon, 13 Jan 2025 07:59:35 +0100, Daniel Sahlberg wrote: >Den mån 13 jan. 2025 kl 00:29 skrev Bo Berglund : > >> So in which versions has the plaintext cache been removed? >> > >There is no simple answer to this question. The best answer I can give is >that in 1.12 t

Re: How to restore repositories from backup server

2025-01-12 Thread Bo Berglund
On Sun, 12 Jan 2025 18:39:29 +0100, Daniel Sahlberg wrote: >sön 12 jan. 2025 kl. 18:30 skrev Bo Berglund : > >> On Sun, 12 Jan 2025 09:53:43 -0600, Ryan Carsten Schmidt >> wrote: >> >> >On Jan 12, 2025, at 01:45, Bo Berglund wrote: >> >> >>

Re: How to restore repositories from backup server

2025-01-12 Thread Bo Berglund
On Sun, 12 Jan 2025 09:53:43 -0600, Ryan Carsten Schmidt wrote: >On Jan 12, 2025, at 01:45, Bo Berglund wrote: >> >> I am not specifically interested in a *plaintext* password store, what I >> want is >> to store the passwords locally (encrypted is fine) and ac

Re: How to restore repositories from backup server

2025-01-11 Thread Bo Berglund
Apr 1 2024, 04:55:49 on x86_64-pc-linux-gnu The following authentication credential caches are available: * Plaintext cache in /home/bosse/.subversion * Gnome Keyring * GPG-Agent * KWallet (KDE) So there is a small difference... (but I believe KDE is a GUI thing, right?) -- Bo Berglund Developer in Sweden

Re: How to restore repositories from backup server

2025-01-11 Thread Bo Berglund
I have enabled the following line in $HOME/.subversion/servers: [global] store-passwords = yes Any ideas? (I don't know how to craft a Windows bat file to do the checking above so that is why I turned to the Linux server...) -- Bo Berglund Developer in Sweden

Re: How to restore repositories from backup server

2025-01-09 Thread Bo Berglund
On Wed, 08 Jan 2025 15:02:51 +0100, Bo Berglund wrote: >Where can I find a howto that is used with Apache SVN to do the sync config >properly? So I asked ChatGPT and got a reply which I checked against the svnbook and the state of my existing working repositories. This way I could create

Re: How to restore repositories from backup server

2025-01-08 Thread Bo Berglund
On Wed, 08 Jan 2025 12:10:33 +0100, Bo Berglund wrote: >Regarding repository names, are they stored anywhere internally in the repo or >is it just the top level directory name? > >If it is "just a name" then I should be able to rename the existing mirror dir >and th

Re: How to restore repositories from backup server

2025-01-08 Thread Bo Berglund
On Wed, 8 Jan 2025 11:16:08 +0100, Daniel Sahlberg wrote: >Den ons 8 jan. 2025 kl 10:59 skrev Bo Berglund : > >> If I create a new empty target repository on the mirror server and >> configure it >> to be used for syncing, then how long will it take to do the initial sync

Re: How to restore repositories from backup server

2025-01-08 Thread Bo Berglund
r may commit new revisions" >&2 exit 1 ---- And the other hook pre-revprop-change is also a symlink to a common script with this content, only difference is where the user appears on the command line: #!/bin/sh # Bo Berglund 2018-03-25 USER="$3&q

Re: How to restore repositories from backup server

2025-01-07 Thread Bo Berglund
On Tue, 07 Jan 2025 22:08:33 +0100, Bo Berglund wrote: >In the batch file the command is created at the start and then used for all >repos going down the file. Here is how it is defined (again wrapped lines): > >rem If a repository is not synced due to a lock problem, then use --stea

Re: How to restore repositories from backup server

2025-01-07 Thread Bo Berglund
On Tue, 7 Jan 2025 04:22:43 -0600, Ryan Carsten Schmidt wrote: >On Jan 7, 2025, at 03:48, Bo Berglund wrote: >> >> It seems like the sync was not really done for this repo for a long time even >> though the nightly sync operation actually was working for all the other

Re: How to restore repositories from backup server

2025-01-07 Thread Bo Berglund
On Sun, 29 Dec 2024 00:49:21 +0100, Bo Berglund wrote: >Since I did not succeed in getting this to work with svnrload and a >StackOverflow search suggested I should use svnadmin instead: > >I reverted to svnadmin and look what happened: > >svnadmin load E:\SVNREPOS\cmpcpy <

Re: How to restore repositories from backup server

2024-12-28 Thread Bo Berglund
On Sat, 28 Dec 2024 18:07:06 +0100, Bo Berglund wrote: >>> In that case what would be the best approach to copy the repository? >> >> A repository is just a directory of files on disk. Since nothing should be >> accessing the July backup since you've disabled th

Re: How to restore repositories from backup server

2024-12-28 Thread Bo Berglund
your input, it arrived while I was busy composing my last response without knowledge of these comments and advice... >On Dec 28, 2024, at 05:14, Bo Berglund wrote: >> >>> You could do a trial run on a local machine instead of the server. >> I can't do that since

Re: How to restore repositories from backup server

2024-12-28 Thread Bo Berglund
On Sat, 28 Dec 2024 15:52:24 +0100, Daniel Sahlberg wrote: >lör 28 dec. 2024 kl. 15:45 skrev Bo Berglund : > >> On Sat, 28 Dec 2024 12:13:24 +0100, Bo Berglund >> wrote: >> >> >If the dump file I have for the original repository *can* be used on the >&g

Re: How to restore repositories from backup server

2024-12-28 Thread Bo Berglund
On Sat, 28 Dec 2024 12:13:24 +0100, Bo Berglund wrote: >If the dump file I have for the original repository *can* be used on the clone >instead with the suggested commands in a cmd window then I can do a real test >before I touch the actual repositories... > >In that case what wo

Re: How to restore repositories from backup server

2024-12-28 Thread Bo Berglund
On Sat, 28 Dec 2024 10:34:40 +0200, "Stanimir Stamenkov via users" wrote: >Fri, 27 Dec 2024 16:44:05 +0100, /Bo Berglund/: > >> So I looked in the RedBean "manual" and found this: >> >> $ svnadmin load /var/svn/restored < repos-backup >>

Re: How to restore repositories from backup server

2024-12-28 Thread Bo Berglund
On Fri, 27 Dec 2024 15:52:58 -0600, Ryan Carsten Schmidt wrote: >On Dec 27, 2024, at 15:44, Bo Berglund wrote: >> >> Well there are 11 repositories totalling 18.8 GB in size >> So a full backup is not a simple task, also regarding disk space on the >> virtualized

Re: How to restore repositories from backup server

2024-12-27 Thread Bo Berglund
totalling 18.8 GB in size So a full backup is not a simple task, also regarding disk space on the virtualized server. Don't know how much disk it actually has. -- Bo Berglund Developer in Sweden

Re: How to restore repositories from backup server

2024-12-27 Thread Bo Berglund
On Fri, 27 Dec 2024 12:36:14 -0600, Ryan Carsten Schmidt wrote: >On Dec 27, 2024, at 12:02, Bo Berglund wrote: >> >> Notice the absence of the -F argument on our actual server! :( > >The -F flag was added to svnrdump in Subversion 1.12.0: > >I guess your server has an

Re: How to restore repositories from backup server

2024-12-27 Thread Bo Berglund
On Fri, 27 Dec 2024 16:44:05 +0100, Bo Berglund wrote: >So it seems like this svnadmin does not actually have an -F argument... > >Do I really have to *pipe* a cat of the dumpfile into svnadmin? >In that case what is the Windows version of cat? > > >So I looked in the RedBe

Re: How to restore repositories from backup server

2024-12-27 Thread Bo Berglund
adding path : test ... done. * adding path : test/a ... done. where they place the dumpfile (repos-backup) last with a < char in front of it. Does this work on Windows? If so is this correct for this job: svnadmin load E:\SVNREPOS\repositoryname < dumpfilename I don't want to do this erroneously and screw up the repositories TIA -- Bo Berglund Developer in Sweden

Re: How to restore repositories from backup server

2024-12-23 Thread Bo Berglund
ger all the actions connected to a commit, like sending emails and such? 2) Is there a load command version where one specifies the file other than piping a cat to it? What happens with binary files in this cat operation? I have to pause for now over Xmas, family request -- Bo Berglund Developer in Sweden

How to restore repositories from backup server

2024-12-22 Thread Bo Berglund
rather low, so the data between then and now is probably very small compared to the total. That is why I want to run a reverse sync or a partial dump to reduce the amount of data to move. Please advice. TIA -- Bo Berglund Developer in Sweden

How to set trunk to be the same as a specific tag?

2024-11-30 Thread Bo Berglund
special cases. And this without having to find all of these usage spots. And if one needs an earlier revision in a specific case one can use that specific tagname instead. How can this be done, if possible? -- Bo Berglund Developer in Sweden

Re: Moving a backup server to new hardware, what to do?

2024-10-17 Thread Bo Berglund
ry and saw the Apache mention and stuffed that in there without thinking Correct: *SVN* is version 1.13.0 (r1867053) apt policy apache2 apache2: Installed: 2.4.51-1+ubuntu18.04.1+deb.sury.org+1 $ apt policy subversion subversion: Installed: 1.13.0-3ubuntu0.2 -- Bo Berglund Developer in Sweden

Moving a backup server to new hardware, what to do?

2024-10-17 Thread Bo Berglund
But which files should I handle? Is there some how-to documents on upgrading/move a svn server to new hardware? -- Bo Berglund Developer in Sweden

Re: How to delete fiiles on the server that were accidentally part of an import?

2024-09-24 Thread Bo Berglund
On Tue, 24 Sep 2024 06:42:15 +, "Lorenz via users" wrote: >Bo Berglund wrote: > >>I used the following command to import a folder with files into Subversion >>without having to create a checked out copy of the new server side folder. >>All of this on a singl

Re: How to delete fiiles on the server that were accidentally part of an import?

2024-09-23 Thread Bo Berglund
On Mon, 23 Sep 2024 18:40:46 +0200, Bo Berglund wrote: >I used the following command to import a folder with files into Subversion >without having to create a checked out copy of the new server side folder. >All of this on a single line in Windows cmd: > > >svn import Loca

How to delete fiiles on the server that were accidentally part of an import?

2024-09-23 Thread Bo Berglund
*not* a file: rather it is an https URL as shown above in my import command. Please explain. -- Bo Berglund Developer in Sweden

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-09 Thread Bo Berglund
be to buy yourself a larger disk and then transfer the content of the small disk to that... SVN has as its basic idea: "keep everything forever so older data can be extracted" Disk space is cheap these days and you are wasting many hours of costly work time trying to circumvent the purchase of

Re: Loss by accident, clean up unversioned files

2024-06-14 Thread Bo Berglund
On Fri, 14 Jun 2024 20:40:40 +0530, Ayyanar Raja wrote: >Dear Andreas, > >Why it is happened. What is the root actually? > >In future, Google Groups will be closed completely, where is our forum >running now ? This is not a forum, it is a mail list -- Bo Berglund Developer in Sweden

Re: GUI interface to Subversion via web browser?

2024-05-29 Thread Bo Berglund
On Wed, 29 May 2024 10:54:27 -, Michael Osipov wrote: >For other WebSVN issues, please raise withe GitHub project, I will respond. Done, first post: https://github.com/websvnphp/websvn/issues/220 -- Bo Berglund Developer in Sweden

Re: GUI interface to Subversion via web browser?

2024-05-26 Thread Bo Berglund
ns of a file etc. Questions: 1) Does WebSVN need to be installed as part of the SVN installation on Linux or is it just a different way to navigate the repository such that it could in fact run on a *different* computer than the SVN server? 2) Is WebSVN strictly a read-only tool, i.e. it does not try to write anything into the repository? TIA -- Bo Berglund Developer in Sweden

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Bo Berglund
On Wed, 22 May 2024 12:05:25 +0200, Bo Berglund wrote: >Subversion 1.14.0+ > $ svn --version > svn, version 1.13.0 (r1867053) > Oops! My Ubuntu 20.04 LTS has only svn 1.13.0 !! > >How can I fix that svn problem? > >$ apt policy svn >svn: > Installed: (none)

Re: GUI interface to Subversion via web browser?

2024-05-22 Thread Bo Berglund
w can I fix that svn problem? $ apt policy svn svn: Installed: (none) Candidate: (none) Seems like svn was *not* installed via apt at all... I have used it on this machine for many years and it should not be at 1.13 unless "something" updated it. $ which svn /usr/bin/svn What/who put it there? Apache? -- Bo Berglund Developer in Sweden

GUI interface to Subversion via web browser?

2024-05-22 Thread Bo Berglund
system so it gets older over time. So is there something available apart from WebSVN and are there some howto sites showing actual screenshots from its use? -- Bo Berglund Developer in Sweden

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-02 Thread Bo Berglund
On Fri, 01 Dec 2023 11:21:32 +0100, Bo Berglund wrote: >OK, I will have to test it again. > >But I have so many RPi units and some have this problem whereas others don't so >I have to somehow figure out how to test it on all to look for commonality/diff >between those that po

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Bo Berglund
On Fri, 1 Dec 2023 09:25:55 +0100, Daniel Sahlberg wrote: >Den fre 1 dec. 2023 kl 08:35 skrev Bo Berglund : > >> As it has been for some time now when I enter a command window svn command >> that >> requires authentication it pops up a dialog on the GUI window which is

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-11-30 Thread Bo Berglund
On Fri, 1 Dec 2023 00:55:30 -0500, Nathan Hartman wrote: >On Thu, Nov 30, 2023 at 6:43?PM Bo Berglund wrote: >> >> When I installed subversion on a Raspberry Pi4B and checked the installed >> version afterwards it printed this: >> >> $ svn --version

Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-11-30 Thread Bo Berglund
there is no example of the syntax for enabling this So my question here is: How do I enable the plaintext cache in svn client version 1.14.2 on a Raspberry Pi4B running Pi-OS? -- Bo Berglund Developer in Sweden

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-07 Thread Bo Berglund
piles (that were part of the transfer to Delphi XE5 vis SVN) did not since they were based on fresh checkouts.... Looks like an oversight at the time... -- Bo Berglund Developer in Sweden

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Bo Berglund
On Mon, 6 Nov 2023 15:39:40 -0500, Nathan Hartman wrote: >Hope this helps, >Nathan Yes, thank you! -- Bo Berglund Developer in Sweden

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Bo Berglund
On Mon, 06 Nov 2023 11:53:30 -0800, Kenneth Porter wrote: >--On Monday, November 06, 2023 7:32 PM +0100 Bo Berglund > wrote: > >> I am hunting for when a particular change was made in a file under version >> control. It happened years ago. > >svn blame path > pa

Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Bo Berglund
on the commits when this file changed instead of getting lots of the same file because the revisions were done because something else changed.. Can that be done? -- Bo Berglund Developer in Sweden

Re: Subversion actively refused connection

2023-11-06 Thread Bo Berglund
think by the message words It simply could not be reached. -- Bo Berglund Developer in Sweden

How to check if a file is *really* modified against the repository?

2023-11-06 Thread Bo Berglund
? I think that something like Windows marking the file as used may have affected it because I have not recompiled it... -- Bo Berglund Developer in Sweden

Re: passwd file stores plain text passwords - how to protect it

2023-08-22 Thread Bo Berglund
On Tue, 22 Aug 2023 17:38:12 +0200, Bo Berglund wrote: >On Tue, 22 Aug 2023 13:14:25 +0200, Daniel Sahlberg > wrote: > >>Please note that for Subversion 1.12 until 1.14 the default was to disable >>the plaintext password cache. In Subversion 1.15 the plaintext password

Re: passwd file stores plain text passwords - how to protect it

2023-08-22 Thread Bo Berglund
ahead to 1.15? PiOS is based on Debian, so I guess it will be guided by that... Or is it possible to force a version update via apt? -- Bo Berglund Developer in Sweden

Re: How to move the svn server data to new partition?

2023-05-09 Thread Bo Berglund
On Tue, 9 May 2023 07:36:12 -0400, "Bo Berglund" wrote: >I am running a backup subversion server on an Ubuntu 20.04.6 LTS SERVER. >The subversion version is: 1.13.0 (r1867053) > >The subversion data are located in /var/lib/svn and it has caused the root >file system to

How to move the svn server data to new partition?

2023-05-09 Thread Bo Berglund
list so I post directly now.) -- Bo Berglund Developer in Sweden

Svn server uses up all disk, how to fix?

2023-05-09 Thread Bo Berglund
20.0 KiB [ ] /conf 12.0 KiB [ ] /locks 4.0 KiB [ ] README.txt 4.0 KiB [ ] format Any ideas & suggestions welcome.... -- Bo Berglund Developer in Sweden

Re: Need Support for Error || serialized hash missing terminator

2023-03-17 Thread Bo Berglund
question in a readable way! No unreadable screenshots for example... And this is NOT a "Support Team"! It is a user-to-user help mail list. -- Bo Berglund Developer in Sweden

Re: Need Support for Error || serialized hash missing terminator

2023-03-16 Thread Bo Berglund
nshots in your post! Instead copy the real text and paste it into your message! And keep the message formatted as plaintext rather than HTML or the like... More likely to get useful responses that way... -- Bo Berglund Developer in Sweden

Re: Problem using svnsync on one of 10 repositories

2023-02-11 Thread Bo Berglund
On Sat, 11 Feb 2023 18:56:34 +0100, Bo Berglund wrote: >Thanks Pavel! >I just want to check so that I get it right: > >1. Modify the command to use --steal-lock like this in the script (all on one >line): >E:\>"C:\Program Files\VisualSVN Server\bin\svnsync.exe" syn

Re: Problem using svnsync on one of 10 repositories

2023-02-11 Thread Bo Berglund
lock --sync-username syncuser https://backupservername/svn/pcb https://agiengineering/svn/pcb 2. Should I do this *once* on the command line to remove the lock or should I change the daily script to always use this? Note that the remote backup SVN server is never used for anything else, noone checks in or out anything from it... It is only a backup safeguard off-site. -- Bo Berglund Developer in Sweden

Problem using svnsync on one of 10 repositories

2023-02-11 Thread Bo Berglund
therte some log on the backup server I can access to see what if anything is happening there? -- Bo Berglund Developer in Sweden

Re: Is it possible to export multiple files in one command?

2023-01-21 Thread Bo Berglund
Not really useful since the files needed for the setup are only a few (less than 5) out of several hundred in the full source tree... So I will keep the separate exports for the individual files instead. -- Bo Berglund Developer in Sweden

Is it possible to export multiple files in one command?

2023-01-21 Thread Bo Berglund
2.dll instead of ssleay32.dll inside of TargetDir I would like to use a single svn command per source dir and get all the needed files from there at the same time according to a supplied list. Is this possible at all? -- Bo Berglund Developer in Sweden

Re: How to configure minidlna so it is visible on two networks?

2022-05-26 Thread Bo Berglund
On Thu, 26 May 2022 19:01:23 +0200, Daniel Sahlberg wrote: >Are you sure you posted on the correct mailing list? > >Kind regards >Daniel Sorry, I posted on the list that was open in my newsreader assuming it was the ubuntu-user's list. Please disregard! -- Bo Berglund Developer in Sweden

How to configure minidlna so it is visible on two networks?

2022-05-26 Thread Bo Berglund
which are joined together via the VPN tunnel. -- Bo Berglund Developer in Sweden

Re: Moving the entire SVN instance to a newer Windows server

2022-05-23 Thread Bo Berglund
e repository? In that case you do not even have a *server* running so migrating the *server* is a non-issue. And the whole setup is pretty vulnerable to rogue users with write permissions on the repository side... PS: Please do not top-post, it makes it so much harder to follow the discussion. DS -- Bo Berglund Developer in Sweden

Re: Moving the entire SVN instance to a newer Windows server

2022-05-22 Thread Bo Berglund
OP (and myself) really need to create a Linux server to host the Subversion service going forward... What would be the proper way to migrate to a Linux based server and keeping the repository structure the same and allow user seamless access to these? -- Bo Berglund Developer in Sweden

Re: SVN PROBLEM

2022-02-17 Thread Bo Berglund
ng svn? - How are you accessing the computer? (GUI, Terminal, SSH or how) - What command did you issue? - What was the actual error? - What are your customization(s) of the svn configuration file? - Are you by any chance using TortoiseSVN? etc etc -- Bo Berglund Developer in Sweden

Re: Subversion environmental variables

2022-02-17 Thread Bo Berglund
script for caching an svn password on my machine to get rid of this problem! -- Bo Berglund Developer in Sweden

Re: CVE-2021-44228 log4j vulnerability

2021-12-13 Thread Bo Berglund
alSVN Server is also not a Java application and it does not use Log4j. Thanks you for verifying this to me! Much obliged. :) -- Bo Berglund Developer in Sweden

Re: CVE-2021-44228 log4j vulnerability

2021-12-12 Thread Bo Berglund
ng for the "log4j" vulnerability? -- Bo Berglund Developer in Sweden

Re: ASF Subversion version

2021-12-11 Thread Bo Berglund
>> rather than building and maintaining their own package. >> Why is a constrruction company involved in Subversion? http://www.asfinfrastructure.com/about-us.php Strange -- Bo Berglund Developer in Sweden

Re: Compare revisions on different devices, why different?

2021-12-10 Thread Bo Berglund
d Rev: 4474 Last Changed Date: 2021-12-10 07:13:39 -0600 (Fri, 10 Dec 2021) So the update did nothing except fix the revision number and time stamp. Do you need to do an svn up after each svn ci in order to fix the state? -- Bo Berglund Developer in Sweden

Compare revisions on different devices, why different?

2021-12-10 Thread Bo Berglund
Changed Rev: 4470 vs 4474 Last Changed Date: 2021-09-23 vs 2021-12-10 Why are they not at the samerevision and date? -- Bo Berglund Developer in Sweden

Re: Migrating Apache Subversion to a new Ubuntu machine - how?

2021-11-16 Thread Bo Berglund
unning Ubuntu 20.04 rather than 18.04. My websites also work fine using the existing LetsEncrypt certificates. -- Bo Berglund Developer in Sweden

Migrating Apache Subversion to a new Ubuntu machine - how?

2021-10-09 Thread Bo Berglund
will need to install Ubuntu server from scratch and then subversion and then configure it all...) PS: Is it possible to just move the existing hard drive over to the new computer and start it up? Or clone the content to the new computer's drive? I do have a lot of other stuff that needs migration too... -- Bo Berglund Developer in Sweden

Is it possible to get the location of WC in a post-commit hook?

2021-06-09 Thread Bo Berglund
all Linux. The mailer gets the data by calling svnlook. The svn server is on Windows Server 2016. -- Bo Berglund Developer in Sweden

Re: Need help in Subversion migration

2021-05-18 Thread Bo Berglund
fter a few days it figured out what should be transfered to make the repos in sync. Had the backup server been on the same LAN as the source server then the method might have been different. -- Bo Berglund Developer in Sweden

Re: Need help in Subversion migration

2021-05-17 Thread Bo Berglund
the Internet, but my repo size was not as huge as here, only some 15 GB... Now the live server has a nightly svnsync script that keeps the two repos in sync. If some network issues happen so that such a sync cannot be done then the following will catch up and make the replica current again. Somethi

Re: Does a WC contain all log messages?

2021-04-24 Thread Bo Berglund
ion. But there is no timeout on the client side, it just hangs there... And reconnecting to the office while it is "waiting" does nothing at all. Still just hangs there. Test done on Windows 10 with svn client version 1.12.0 Server side svn version is 1.9.7, I believe. -- Bo Berglund Developer in Sweden

Does a WC contain all log messages?

2021-04-24 Thread Bo Berglund
he project was started by me so I obviously have all of the data on my PC (provided svn saves it inside .svn of course). -- Bo Berglund Developer in Sweden

Re: Easiest way to backup SVN repositories?

2021-04-20 Thread Bo Berglund
on the main server to sync the backup server with data changes from the last day and this is run over the Internet. This has worked extremely well now for 4 straight years! -- Bo Berglund Developer in Sweden

Re: How to safely back up an svn repository on ubuntu?

2021-01-13 Thread Bo Berglund
ync your files too makes you a 7 days rolling >scheme. > I don't think I will need a rolling scheme here... -- Bo Berglund Developer in Sweden

How to safely back up an svn repository on ubuntu?

2021-01-13 Thread Bo Berglund
lease advice... -- Bo Berglund Developer in Sweden

Re: Why is svn not saving my password in Pi-OS?

2020-12-29 Thread Bo Berglund
On Tue, 29 Dec 2020 00:47:32 -0500, Nathan Hartman wrote: >On Mon, Dec 28, 2020 at 3:16 PM Bo Berglund wrote: > >> On Sun, 20 Dec 2020 11:59:11 +0100, Bo Berglund >> >5) Then the commit worked! >> > >> >So it seems like the svn config file must be modifi

Re: Why is svn not saving my password in Pi-OS?

2020-12-28 Thread Bo Berglund
On Sun, 20 Dec 2020 11:59:11 +0100, Bo Berglund wrote: >On Sun, 20 Dec 2020 09:05:52 +0100, Bo Berglund > wrote: > >>>If you do get a list of credential caches that the SVN client >>>recognizes, then you should pick one and ensure it is setup correctly. >> &g

Re: Why is svn not saving my password in Pi-OS?

2020-12-20 Thread Bo Berglund
On Sun, 20 Dec 2020 09:05:52 +0100, Bo Berglund wrote: >>If you do get a list of credential caches that the SVN client >>recognizes, then you should pick one and ensure it is setup correctly. > >How do I "pick one"? >Inside the ~/.subversion/config ot ~/.subversio

Re: Why is svn not saving my password in Pi-OS?

2020-12-20 Thread Bo Berglund
On Sun, 20 Dec 2020 00:29:40 -0500, Nathan Hartman wrote: >On Fri, Aug 14, 2020 at 7:35 AM Bo Berglund wrote: >> How can I configure (?) svn such that it caches the password in the >> same way as it has done on all of my other RPi units before. >> >> I need to be

Re: Why is svn not saving my password in Pi-OS?

2020-12-19 Thread Bo Berglund
er login? In such a situation there is no GUI to pop the login into... It is REALLY terribly irritating to have to launch a VNC session onto the server and log into the GUI just for the purpose of entering a subversion login on a command running in an SSH terminal obn that server! -- Bo Berglund Developer in Sweden

Re: How to revert trunk to an earlier revision?

2020-10-22 Thread Bo Berglund
On Thu, 22 Oct 2020 14:25:25 -0400, Nathan Hartman wrote: >On Thu, Oct 22, 2020 at 10:25 AM Bo Berglund wrote: >> If I update my wc to that rev I get the state I want but now I cann >> not commit anymore... >> >> So how is this done? (I assume it is possible and i

How to revert trunk to an earlier revision?

2020-10-22 Thread Bo Berglund
state I want but now I cann not commit anymore... So how is this done? (I assume it is possible and if done via svn it should also be reversible). -- Bo Berglund Developer in Sweden

Re: Upgrading visual svn server from 3.7.0 using svn 1.9.7 - how?

2020-10-05 Thread Bo Berglund
ll ever be installed on a Windows Server in our company, like Tortoise etc. -- Bo Berglund Developer in Sweden

Re: Upgrading visual svn server from 3.7.0 using svn 1.9.7 - how?

2020-10-02 Thread Bo Berglund
On Fri, 2 Oct 2020 19:42:03 +0200, Daniel Sahlberg wrote: >Den fre 2 okt. 2020 kl 18:24 skrev Bo Berglund : > >> We are using this setup: >> - Main server is running on Windows Server 16 Standard using VisualSVN >> version 3.7.0, which apparently uses svn 1.9.7 >

Upgrading visual svn server from 3.7.0 using svn 1.9.7 - how?

2020-10-02 Thread Bo Berglund
which svn version they use? Or does it not matter, i.e. can the main and mirror servers be using different svn versions? -- Bo Berglund Developer in Sweden

Re: Why is svn not saving my password in Pi-OS?

2020-08-14 Thread Bo Berglund
cing your reply here. See: https://www.raspberrypi.org/forums/viewtopic.php?p=1712685#p1712685 -- Bo Berglund Developer in Sweden

Re: Why is svn not saving my password in Pi-OS?

2020-08-14 Thread Bo Berglund
On Fri, 14 Aug 2020 13:47:59 +0200, Daniel Sahlberg wrote: >Den fre 14 aug. 2020 kl 13:35 skrev Bo Berglund : > >> This is strange to me since I have not seen it before. >> I have svn installed on a newly set up RPi3 running Pi-OS (previously >> named Raspbian) Linux. &g

Why is svn not saving my password in Pi-OS?

2020-08-14 Thread Bo Berglund
course is that the svn client on the RPi3 is a newer version ( 1.10.4 r1850624) than what I have used before and what is used on the svn server (1.9.7). Any ideas? -- Bo Berglund Developer in Sweden

Re: How to recover from a failed update/merge?

2020-08-13 Thread Bo Berglund
he conflicts popping up! I did not need the recursion because it was only files from a single dir that were compromised. -- Bo Berglund Developer in Sweden

How to recover from a failed update/merge?

2020-08-09 Thread Bo Berglund
f all files in the source dir and not bother with bogus changes made in the messup. How should I proceed to get the wc in a state like after the last successful update so it can now be updated to the repository head revision? -- Bo Berglund Developer in Sweden

Re: Getting strange error when updating on Linux

2020-08-07 Thread Bo Berglund
On Fri, 7 Aug 2020 10:34:44 -0400, Nathan Hartman wrote: >On Fri, Aug 7, 2020 at 8:58 AM Bo Berglund wrote: > >> ** Message: 14:45:45.612: Remote error from secret service: >> org.freedesktop.DBus.Error.ServiceUnknown: The name >> org.freedesktop.secrets was not provid

Getting strange error when updating on Linux

2020-08-07 Thread Bo Berglund
et it outputs this message... What is this freedesktop thing? And another thing: On other RPi units I use the svn password is cached so I don't have to enter it again and again, but not on this box, why? -- Bo Berglund Developer in Sweden

  1   2   3   >