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
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 pop

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

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
g file 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
(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 >

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
would 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 passwo

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

2023-08-22 Thread Bo Berglund
ove 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

How to move the svn server data to new partition?

2023-05-09 Thread Bo Berglund
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
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
st a 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
creenshots 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
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
ckup 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
eally 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
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
ets, 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
ository? 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
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
r the "log4j" vulnerability? -- Bo Berglund Developer in Sweden

Re: ASF Subversion version

2021-12-11 Thread Bo Berglund
sing >> 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
nged 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
tu 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-10 Thread Bo Berglund
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
are 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
after 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
ration. 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
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
he 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
akes 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
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. >>

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 ~/.subver

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

How to revert trunk to an earlier revision?

2020-10-22 Thread Bo Berglund
the 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
of 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
nflicts 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-10 Thread Bo Berglund
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
essage... 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

Checking out a dir from a different project in a WC?

2020-05-15 Thread Bo Berglund
server? The support dir might be an opensource folder from the Internet while the rest is located in an internal server. In a situation as shown will an svn up command issued in the top dir propagate into the support dir and update these files too? -- Bo Berglund Developer in Sweden

Re: How to resolve between working copies?

2020-02-17 Thread Bo Berglund
hing WinDiff does not consider a difference... Now I could finally svn rm the file since it did not belong there in the first place, moved into a php dir instead. -- Bo Berglund Developer in Sweden

How to resolve between working copies?

2020-02-17 Thread Bo Berglund
I have a project I am working on in both Windows and Linux. So the project is checked out on both places. Now I have a php file that was created in the Windows WC and copied to the Linux WC where its functions were tested on Apache after copying over to the website. Then I svn added it in the

RE: SVN version - confused about support

2019-12-08 Thread Bo Berglund
> From: Paul Hammant [mailto:p...@hammant.org] > Sent: den 8 december 2019 11:26 > To: Bo Berglund > Subject: Re: SVN version - confused about support > > > First of all, get good at backups, and **practice** restores to another > machine. > That is another reall

RE: SVN version - confused about support

2019-12-08 Thread Bo Berglund
> From: Paul Hammant [mailto:p...@hammant.org] > Sent: den 8 december 2019 10:10 > To: Bo Berglund > Subject: Re: SVN version - confused about support > > > What is stopping you from getting fully up to date with Svn - client and > server? > Well, *how* can I

SVN version - confused about support

2019-12-08 Thread Bo Berglund
know this and I had assumed that Collabnet would not post a release that will expire in a few months time... What am I supposed to do in order not to be stuck with a non-supported release? The servers we use have not been touched (yet)... Best Regards, Bo Berglund

Server side copy, will history be copied too?

2019-09-27 Thread Bo Berglund
make a server side copy: svn cp /filename /filename Best Regards, Bo Berglund

Re: Why is svn displaying ! and ? on a file

2019-09-23 Thread Bo Berglund
case. Subversion is >case-sensitive even if the OS is not. You could rename the back to the >original case or use the svn mv command to tell Subversion about the rename. Oh Boy! I did not see the TCP being changed to Tcp in the file name! I wonder why the strip command did that? In any case after I chan

Why is svn displaying ! and ? on a file

2019-09-23 Thread Bo Berglund
ore the strip and now it is 1.9 Mb. I want to commit it but for some reason there is no committable file in the WC dir. What to do? Best Regards, Bo Berglund email: bo.bergl...@gmail.com

RE: Using a backup server as local svn handler?

2019-08-22 Thread Bo Berglund
Gosh, that means updating the production server as well as the Ubuntu backup server then... The production server is on Windows Server 2016 or maybe later and is using VisualSvnServer. Oh, well... Best Regards, Bo Berglund From: Nathan Hartman

RE: Questions about a script for regular backups

2019-08-22 Thread Bo Berglund
ing just fine for 18 months without fail. Recommended solution. Bo Berglund

RE: Using a backup server as local svn handler?

2019-08-22 Thread Bo Berglund
But your back-up >configuration >does not include that. >http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.writethruproxy > >Andreas Thanks Andreas for the clarification, I thought this was probably the case but needed confirmation. And it is not set up as write-through, we do nightlies only. Regards, Bo Berglund Sweden

Using a backup server as local svn handler?

2019-08-22 Thread Bo Berglund
itory, can it interfere with the backed up repos? AFAIK you cannot write anything in a synced repository except via svnsync or the backup system will break I am not very well informed about the inner workings of subversion to make it absolutely certain that no damage will happen... Best Regards, Bo Berglund

Moving WC from one computer to another using tar?

2019-08-20 Thread Bo Berglund
and transfer in reverse to the RPi on the remote network 7) Commit changes from the remote RPi to teh remote svn server. Or are there some hidden tokens used to identify the client in the WC? Best Regards, Bo Berglund Sweden

RE: Svnsync with changed url and ssl certificate?

2019-08-11 Thread Bo Berglund
and waited for the automated sync to run via Windows scheduler. This revision was successfully backed up via the nightly batch file so I think I am good now! Thanks again for your help! -- Bo Berglund

RE: Svnsync with changed url and ssl certificate?

2019-08-11 Thread Bo Berglund
On Thu, 8 Aug 2019 23:12:22 +0200, "Bo Berglund" wrote: >> Subversion keeps track of repository identities not using URLs (since URLs >> can change, and since >> you could even have multiple URLs that refer to a single repository) but >> using UUIDs which are

RE: Svnsync with changed url and ssl certificate?

2019-08-08 Thread Bo Berglund
-Original Message- From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com] Sent: den 8 augusti 2019 19:25 To: Bo Berglund Cc: Subversion Users Subject: Re: Svnsync with changed url and ssl certificate? >> On Aug 7, 2019, at 00:52, Bo Berglund wrote: >> >> I have

Svnsync with changed url and ssl certificate?

2019-08-06 Thread Bo Berglund
initialized in each repo using the URL of the target, so can I just run this command again manually on all repos to change to the new URL? I don't want to use trial and error on a production system, hence my question. Best Regards, Bo Berglund email: bo.bergl...@gmail.com

Changing domain for backup svn server...

2019-08-06 Thread Bo Berglund
as a cert generation followed by self-signing it. Question 2: --- What would be my best approach to change the cert to a certbot provided self-signed one? Will the cert change affect the above mentioned svnsync process? --- Bo Berglund

Re: Basic usage surprise, update does not retrieve new files....

2019-04-12 Thread Bo Berglund
On Fri, 12 Apr 2019 21:13:42 +0200, Bo Berglund wrote: >Surprise! >Only a single file was retrieved and this was a common file used by >both the original project and the Linux project. >No sign of the Linux project files at all! > >Aren't files added on a workstation and commit

Basic usage surprise, update does not retrieve new files....

2019-04-12 Thread Bo Berglund
can I look for on either the Windows or Linux end? Note: I only use svn via the command line on both Windows and Linux. -- Bo Berglund Developer in Sweden

Re: My server crashed during update, how to handle svn repositories on new installation?

2019-04-08 Thread Bo Berglund
On Sun, 07 Apr 2019 17:11:49 +0200, Bo Berglund wrote: >I have an Ubuntu Server 16.04.2 LTS that is running Apache Subversion >1.9.7 (r1800392). Total size of repositories is 5.5 GB. > >Today I was going to upgrade the Ubuntu server to version 18.04.2 as >suggested when I logged i

Re: My server crashed during update, how to handle svn repositories on new installation?

2019-04-07 Thread Bo Berglund
e would be contained in the tar file. :-) -- Bo Berglund Developer in Sweden

Re: My server crashed during update, how to handle svn repositories on new installation?

2019-04-07 Thread Bo Berglund
diverse places -- Bo Berglund Developer in Sweden

My server crashed during update, how to handle svn repositories on new installation?

2019-04-07 Thread Bo Berglund
then? Does it do some magic like marking the files in any way that will make the sync from the main server fail? Or is the ID of a repository stored in some of the files inside the repo database? The svnsync function relies in some way on the repository ID, right -- Bo Berglund Developer

RE: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Bo Berglund
>>>Is this a client or a server? >> It is a server. >> >>Ubuntu Server 16.04 LTS headless installation. >>Its purpose is as a backup for the main server through nightly svnsync. >> >If you are only running svnsync from this server there should be no issue >in letting it upgrade the Subversion

RE: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Bo Berglund
>> On Feb 27, 2019, at 5:24 PM, Bo Berglund wrote: >> >>> I am running svn on Ubuntu 16.04.6 LTS. >>> It reports the following: >>> $ svn --version >>> svn, version 1.9.3 (r1718519) >>> compiled Aug 10 2017, 16:59:15 on x86_64-

Re: How to safely upgrade svn on ubuntu 16?

2019-02-27 Thread Bo Berglund
On Wed, 27 Feb 2019 08:44:25 +0100, Bo Berglund wrote: >I am running svn on Ubuntu 16.04.6 LTS. >It reports the following: >$ svn --version >svn, version 1.9.3 (r1718519) > compiled Aug 10 2017, 16:59:15 on x86_64-pc-linux-gnu > >The Ubuntu machine acts as a backup f

How to safely upgrade svn on ubuntu 16?

2019-02-26 Thread Bo Berglund
is not being touched by these operations So what is the advice on what to do in order to at least get to the latest 1.9 stable release of svn on this machine? It seems like that would be 1.9.10... Since this is a production backup server I am reluctant to risk breaking it, obviously. -- Bo

Re: How to commit only top level files?

2018-11-06 Thread Bo Berglund
include subdirs too? > >Yes, but nothing inside those subdirs. > >> infinity not what I want, full recursion... >> >> Tried to google but I only get hits that deal with the opposite, how >> to exclude file commit. >> >> I want to block recursion into subdirectories... > >You want either 'svn commit --depth files' or 'svn commit --depth >immediates', depending on whether or not property changes on directories >matter. > >-- Brane Thanks for the complete explanation! I used --depth files and got what I wanted! -- Bo Berglund Developer in Sweden

Re: How to commit only top level files?

2018-11-06 Thread Bo Berglund
On Tue, 6 Nov 2018 15:19:06 -0500, Alfred von Campe wrote: > >> On Nov 6, 2018, at 15:11, Bo Berglund wrote: >> >> What should I use as argument so that only the changed files in the >> current dir are committed? > >Will the -N [—non-recursive] option work fo

How to commit only top level files?

2018-11-06 Thread Bo Berglund
include subdirs too? infinity not what I want, full recursion... Tried to google but I only get hits that deal with the opposite, how to exclude file commit. I want to block recursion into subdirectories... -- Bo Berglund Developer in Sweden

Re: Best way to correct directory error?

2018-08-12 Thread Bo Berglund
||- branches |- project2 ||- trunk etc... repository2 |- project1 ||- trunk ||- tags ||- branches |- project2 ||- trunk etc... -- Bo Berglund Developer in Sweden

Best way to correct directory error?

2018-08-11 Thread Bo Berglund
t - svn mv * ../ - mv .. - svn ci -m "log message" I don't want to mess up the repository, so that is why I am asking.... -- Bo Berglund Developer in Sweden

Re: svnsync fails to replicate large revision

2018-07-14 Thread Bo Berglund
n Windows, advice on setting up svnsync?" might help you too. I now have a working backup system using svnsync. -- Bo Berglund Developer in Sweden

  1   2   3   >