Re: When backing up an svn server, why shouldn't we use copy and move provided by linux and should we use svnadmin dump?

2023-04-17 Thread
팁 고마워! 2023년 4월 18일 (화) 오후 12:30, Nico Kadel-Garcia 님이 작성: > On Mon, Apr 17, 2023 at 9:44 PM 김성민 [넷마블에프앤씨/R&D빌드파트] > wrote: > > > > 답변 감사합니다. > > > > 2023년 4월 18일 (화) 오전 5:14, Daniel Sahlberg 님이 > 작성: > >> > >> Den mån 17 apr. 2023 kl 17:44 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] < > sungmin4...@nm-fc.com>:

Re: When backing up an svn server, why shouldn't we use copy and move provided by linux and should we use svnadmin dump?

2023-04-17 Thread Nico Kadel-Garcia
On Mon, Apr 17, 2023 at 9:44 PM 김성민 [넷마블에프앤씨/R&D빌드파트] wrote: > > 답변 감사합니다. > > 2023년 4월 18일 (화) 오전 5:14, Daniel Sahlberg 님이 작성: >> >> Den mån 17 apr. 2023 kl 17:44 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] >> : >>> >>> hello. I am sending an e-mail because I have a question during the svn >>> backup process.

Re: When backing up an svn server, why shouldn't we use copy and move provided by linux and should we use svnadmin dump?

2023-04-17 Thread
답변 감사합니다. 2023년 4월 18일 (화) 오전 5:14, Daniel Sahlberg 님이 작성: > Den mån 17 apr. 2023 kl 17:44 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] < > sungmin4...@nm-fc.com>: > >> hello. I am sending an e-mail because I have a question during the svn >> backup process. >> >> When backing up svn, you are backing up using svn

Re: When backing up an svn server, why shouldn't we use copy and move provided by linux and should we use svnadmin dump?

2023-04-17 Thread Daniel Sahlberg
Den mån 17 apr. 2023 kl 17:44 skrev 김성민 [넷마블에프앤씨/R&D빌드파트] < sungmin4...@nm-fc.com>: > hello. I am sending an e-mail because I have a question during the svn > backup process. > > When backing up svn, you are backing up using svnsync or dump. > > However, if you try to move and use the copy command

Re: Spurious "server ... does not support the HTTP/DAV protocol" error

2023-04-17 Thread Daniel Sahlberg
Den mån 17 apr. 2023 kl 20:20 skrev Ian Miller : > Before reporting this as a bug, I am posting it here as suggested on the > “How to report a bug” page. > > After upgrading my O/S to Debian 11, and with it the subversion client to > version 1.14.1 (r1886195), I started getting > the following err

Spurious "server ... does not support the HTTP/DAV protocol" error

2023-04-17 Thread Ian Miller
Before reporting this as a bug, I am posting it here as suggested on the “How to report a bug” page. After upgrading my O/S to Debian 11, and with it the subversion client to version 1.14.1 (r1886195), I started getting the following error whenever I tried to access the server: svn: E175003: Th

When backing up an svn server, why shouldn't we use copy and move provided by linux and should we use svnadmin dump?

2023-04-17 Thread
hello. I am sending an e-mail because I have a question during the svn backup process. When backing up svn, you are backing up using svnsync or dump. However, if you try to move and use the copy command or move command provided by linux os to change only the location on the same computer (server

svnadmin hotcopy --incremental for packed repositories

2023-04-17 Thread Bousche, Olaf
Dear all: I have a question about how svnadmin hotcopy --incremental deals with packed repositories. Suppose that after the initial run of the hotcopy, the next batch or revisions on the original is packed. What will then happen on the copy when I use svnadmin hotcopy -incremental? Ideally, it