On 17. 6. 25 09:45, Daniel Sahlberg wrote:
I personally think it should be possible to specify any legal
filenames in the --targets file. Files with preceding or trailing
whitespace is possible under Linux. It seems NTFS also allow this but
the Windows shell trim both ends, cmd.exe allow creati
IMO it's necessary to distinguish server errors:
- "data errors" like files have been deleted. Then issue a warning and
continue processing.
- and other errors (e.g. internal server error etc.) where processing may stop.
Andy
On Tue, 17 Jun 2025 at 13:34, Lorenz via users
wrote:
>
> Hi,
>
> th
On 17. 6. 25 09:45, Daniel Sahlberg wrote:
Den tis 17 juni 2025 kl 06:24 skrev Yasuhito FUTATSUKI
:
Hello,
On 2025/06/16 18:06, 管理员 wrote:
> If the file name ends with a space, it cannot be save to a file
then use the --targets options:
>
> For example:
>
> File
Hi,
the non-exiting file case is handled by the client.
It generates a warning that the file does not exist in the local
database and/or in the file system.
I would assume there are different messages for the two cases.
in the deleted file case the wrror is generated by the server.
The files exis
On Jun 17, 2025, at 02:45, Daniel Sahlberg wrote:
> Files with preceding or trailing whitespace is possible under Linux. It seems
> NTFS also allow this but the Windows shell trim both ends, cmd.exe allow
> creating files with preceding whitespace. I haven't checked macOS.
macOS, being a POSIX-
Den tis 17 juni 2025 kl 06:24 skrev Yasuhito FUTATSUKI <
futat...@yf.bsdclub.org>:
> Hello,
>
> On 2025/06/16 18:06, 管理员 wrote:
> > If the file name ends with a space, it cannot be save to a file then use
> the --targets options:
> >
> > For example:
> >
> > Files:
> >
> > /Users/abc/trunk/aaa
> >
Hello,
On 2025/06/16 18:06, 管理员 wrote:
> If the file name ends with a space, it cannot be save to a file then use the
> --targets options:
>
> For example:
>
> Files:
>
> /Users/abc/trunk/aaa
> /Users/abc/trunk/aa // ends with a space.
>
> create a file: /Users/abc/trunk/1.txt, contents
On Sat, 14 Jun 2025 at 21:39, Graham Leggett via users <
users@subversion.apache.org> wrote:
> On 14 Jun 2025, at 16:52, Branko Čibej wrote:
>
> That error comes from Serf; and there's no more descriptive message
> available. Looking at the code, this happens when something goes badly
> wrong wit
Hello Lorenz,
`svn info` should handle deleted files the same way as nonexistent
files, i.e. print a warning (to stderr) and continue processing the
next file (param). So, for nonexistent files, the order of params does
not matter, the stdout contains output for existing files and warnings
are pri
Hi,
think about it: how would subversion reference a file that no longer
exists in the repositiory?
Anyways, have a look at
https://svnbook.red-bean.com/en/1.6/svn.advanced.pegrevs.html
Lorenz
--
Ondra Medek wrote:
>Hello,
>
>I have an existing file `exist.txt`, nonexistent file `noexist.txt`
On 14 Jun 2025, at 16:52, Branko Čibej wrote:
> That error comes from Serf; and there's no more descriptive message
> available. Looking at the code, this happens when something goes badly wrong
> with the network; it can't be the result of something the server sent over
> the wire.
>
> Which
On 14. 6. 25 16:00, Graham Leggett wrote:
Hi all,
Is there a way to get a more descriptive error message than "An error occurred"?
That error comes from Serf; and there's no more descriptive message
available. Looking at the code, this happens when something goes badly
wrong with the networ
On 2025/06/07 13:00:15 Branko Čibej wrote:
> On 7. 6. 25 12:19, Yasuhito FUTATSUKI wrote:
> > Hello,
> >
> > On 2025/06/07 18:09, Daniel Sahlberg wrote:
> >> lör 7 juni 2025 kl. 10:46 skrev Michael Osipov:
> >>
> >>> Folks,
> >>>
> >>> using
> >>> svn, Version 1.14.5 (r1922182)
> >>> übersetzt
On 7. 6. 25 12:19, Yasuhito FUTATSUKI wrote:
Hello,
On 2025/06/07 18:09, Daniel Sahlberg wrote:
lör 7 juni 2025 kl. 10:46 skrev Michael Osipov:
Folks,
using
svn, Version 1.14.5 (r1922182)
übersetzt am Apr 6 2025, um 14:15:38 auf amd64-portbld-freebsd13.4
with config
$ cat /usr/local/et
Hello,
On 2025/06/07 18:09, Daniel Sahlberg wrote:
> lör 7 juni 2025 kl. 10:46 skrev Michael Osipov :
>
>> Folks,
>>
>> using
>> svn, Version 1.14.5 (r1922182)
>>übersetzt am Apr 6 2025, um 14:15:38 auf amd64-portbld-freebsd13.4
>>
>> with config
>> $ cat /usr/local/etc/subversion/config
>>
lör 7 juni 2025 kl. 10:46 skrev Michael Osipov :
> Folks,
>
> using
> svn, Version 1.14.5 (r1922182)
>übersetzt am Apr 6 2025, um 14:15:38 auf amd64-portbld-freebsd13.4
>
> with config
> $ cat /usr/local/etc/subversion/config
> [helpers]
> diff-cmd = colordiff
>
> Consider the following statu
Ok I see changes are not simple and it could be a bigger change, maybe
breaking (relaxing) some current lock rules. But mind that even the
current implementation has flaws - SVN-2507. So, my approach is to
prefer simplicity and usability over holes-free implementation. From
my point of view, it's i
On 3. 6. 25 17:26, Ondra Medek wrote:
Remarks to Andreas reply. First, I would like to quote Stefan Küng's
comment from SVN-2507: "First, remember that locking is often done by
non-technical people (e.g., designers working on images, non-devs
working on word docs, ...) so they're happy if they ca
Remarks to Andreas reply. First, I would like to quote Stefan Küng's
comment from SVN-2507: "First, remember that locking is often done by
non-technical people (e.g., designers working on images, non-devs
working on word docs, ...) so they're happy if they can use svn at
all."
- So, the point is n
On 2025-06-03 10:59, Daniel Sahlberg wrote:
I think the best option would be to teach `svn commit` to SET a lock
after commit (much like it can be told to not RELEASE the lock on an
already committed file). Then your workflow would be:
1. Create a new empty file.
2. Add it.
3. Commit it, with
Hi,
Reading up on SVN-2507 it seems very clear that consensus was that the
stale locks after deleting a file with --no-unlock is considered a bug. I
haven't checked all use cases but it seems to be some nasty unintuitive
problems.
I think the best option would be to teach `svn commit` to SET a lo
Thanks for replies to all.
Just to the sentence:
> Subversion ... can only detect conflicts, not resolve them ...
IMO Subversion locks (or locks in general) are a collaboration tool to
prevent conflicts (without other communication channels). It works
well with files in the repository. It seems
You can only lock files that are in the repository. A new file in the
working copy, even after being "svn add"-ed, can't be locked until it's
committed.
Daniel is correct, tree conflicts are the only mechanism that can reliably
detect the issue. Resolving it requires users to talk to each other;
S
Hi
I think the answer on Stack Overflow is spot on, there is no way to avoid
this problem. As already explained there, the tree conflict is probably the
easiest solution anyway compared to a ”central naming authority” or other
manual workaround.
Kind regards
Daniel
mån 2 juni 2025 kl. 17:22 skrev
Hi,
I'm happy to share that our image was approved, it's available in
DigitalOcean's Marketplace at
https://marketplace.digitalocean.com/apps/svnplus
There's lot of room for improvement, but let us know, if you see any
issues, or if you want to see anything improved
You can help us cover o
On 2025-05-14 03:41, Sassone, Brian via users wrote:
Can I reliably determine if a specific revision is exclusively the
result of one or more merge operations?
Without resorting to parsing difference listings?
No. Changes to svn:mergeinfo are meta-information about the textual or
tree cha
Hello Christopher,
On 2025-05-05 21:12, Christopher Guinnup wrote:
When attempting to merge UTF-16 LE files that have merge conflicts,
SVN inserts junk characters, which I suspect are merge conflict
notations in the wrong encoding.
Last time I checked subversion did not support by default t
Andreas:
On Wed, Apr 30, 2025 at 5:28 PM Andreas Stieger
wrote:
> On 2025-04-30 17:07, Doug Robinson wrote:
>
> On Wed, Apr 30, 2025 at 10:25 AM Doug Robinson
> wrote:
>
>> On Wed, Apr 30, 2025 at 4:17 AM Andreas Stieger
>> wrote:
>>
>>> WANdisco is not a typical Subversion server implementati
Folks:
On Sun, May 4, 2025 at 6:07 PM Nico Kadel-Garcia wrote:
> On Fri, May 2, 2025 at 2:15 PM Doug Robinson
> wrote:
>
>> On Wed, Feb 12, 2025 at 4:15 PM suruvumohan
>> wrote:
>>
>>> I have been trying to find Subversion 1.14.5 package for Oracle linux
>>> 8.x and 9.x platforms, but nowhere
On Fri, May 2, 2025 at 2:15 PM Doug Robinson
wrote:
> Mohan:
>
> On Wed, Feb 12, 2025 at 4:15 PM suruvumohan wrote:
>
>> I have been trying to find Subversion 1.14.5 package for Oracle linux 8.x
>> and 9.x platforms, but nowhere I could find them.
>> Can someone please help me with the relevant
Mohan:
On Wed, Feb 12, 2025 at 4:15 PM suruvumohan wrote:
> I have been trying to find Subversion 1.14.5 package for Oracle linux 8.x
> and 9.x platforms, but nowhere I could find them.
> Can someone please help me with the relevant package?
>
>From how I understand things, Oracle linux is a va
On 2025-04-30 17:07, Doug Robinson wrote:
On Wed, Apr 30, 2025 at 10:25 AM Doug Robinson
wrote:
On Wed, Apr 30, 2025 at 4:17 AM Andreas Stieger
wrote:
WANdisco is not a typical Subversion server implementation. For
synchronous multi-site replication (as opposed to sv
Folks:
I missed replying to one more detail that should be corrected.
On Wed, Apr 30, 2025 at 10:25 AM Doug Robinson
wrote:
> On Wed, Apr 30, 2025 at 4:17 AM Andreas Stieger
> wrote:
>
>> WANdisco is not a typical Subversion server implementation. For
>> synchronous multi-site replication (as
Andreas, et. al.:
On Wed, Apr 30, 2025 at 4:17 AM Andreas Stieger
wrote:
>
> On 2025-04-29 18:53, LWChris wrote:
> > Therefore we suspect it was some kind of caching issue in the SVN
> > server (WANdisco) due to same path same UUID same commit number; after
> > restarting the SVN server, the iss
On 2025-04-29 18:53, LWChris wrote:
Therefore we suspect it was some kind of caching issue in the SVN
server (WANdisco) due to same path same UUID same commit number; after
restarting the SVN server, the issue went away. But I don't know if
WANdisco is a "typical server implementation", or if
On 2025-04-28 18:11, Andreas Stieger wrote:> However, I am not aware of anything breaking for the server itself, access to the on-disk repository date is purely path based unless I am mistaken.We noticed the issue that all had the same UUID while we were trying to figure out a problem we encountere
It has been a while since I worked on that platform, so I cannot test out a working configuration for an authoritative answer. In any case the VisualSVN Server commercial product claims integrated windows AUTH and 2FA support. AndreasOn 28. Apr 2025, at 20:19, Prasu S wrote:Hello Andreas,We are u
Hello Andreas,
We are using an Apache server, which is installed on a Windows server. We
want to implement OTP. We are using Tortoise SVN to access the
repositories.I'm checking to see how we can implement MFA. Thanks!
Regards,
Prasanna
On Tue, Apr 22, 2025 at 12:44 PM Prasu S wrote:
> Thanks
On 2025-04-28 17:11, LWChris wrote:
I intend to quick fix that by calling "svnadmin setuuid" after copying
the template, for future repositories.
Correct. Recommended for future repositories.
But what to do about the existing ones? What are the implications of
duplicate UUIDs on a server?
Hi,
Den mån 28 apr. 2025 kl 17:18 skrev LWChris :
> Hi,
>
> for a long time, a company I am working with now has set up new
> repositories using a “template” repository, which is a folder on the server
> with a “configured but empty” repository, that was just copied over and
> over to the SVN ser
Hi,
Den sön 27 apr. 2025 kl 13:02 skrev Jian Wang :
> Hi~
> I'm coding to use svn in my Unity project, and want find a way to get file
> status
> I've tried `svn status` command, in most cases it works well,
> however when -u and --depth=empty are both enabled, the entry block is
> missing.
> Th
Hi,
hm, with depth=empty you're telling svn to only consider the root
folder itself.
In that case the entry tag would be empty ( and therefore perhaps
omitted) in case there are no changes/updates regarding the folder.
Lorenz
--
Jian Wang wrote:
>Hi~
>I'm coding to use svn in my Unity project,
On Tue, Apr 22, 2025 at 11:49 AM Peter Balogh wrote:
>
> Andreas can you please share more about this?
> I've been looking for a solution for this for a while, but I only found
> hacks like when entering your password, also add your OTP at the end
> every time you do an svn operation
Yuk, what a
Hi,
I have rather simple implementation plan, to handle a special response
with a 2fa challenge in cli, or by opening a browser window for auth,
than storing the session cookie next to usual svn credentials
I wrote up my plans in the dev mailing list, I'm happy to further
discuss it, before I
Thanks Andreas for your quick response. Does Apache Subversion support
organisation MFA or external MFA? We are using Tortoise SVN to access the
repositories. Is it possible to set up MFA through Tortoise SVN?
Thanks
On Tue, Apr 22, 2025 at 11:29 AM Andreas Stieger
wrote:
> Hello,
>
> On 20
Supporting this from a CLI is next to impossible. I would look at how
it is done with Git and see if it is possible to make the SVN CLI
directly use the Git Credential Manager:
https://github.com/git-ecosystem/git-credential-manager
You would then need to work backwards from there to an Apache sol
Hi,
Andreas can you please share more about this?
I've been looking for a solution for this for a while, but I only found
hacks like when entering your password, also add your OTP at the end
every time you do an svn operation
Is a modern OTP or Oauth authentication possible with httpd and the s
Hi,
We're working on contributing a 2FA solution to subversion, if you can
share your requirements, we'll try to support it in the future
What server are you planning to use? apache or svnserve?
What MFA solution would satisfy your requirements? One time passwords,
external 2nd factor like Duo
Hello,
On 2025-04-22 16:37, Prasu S wrote:
Our team is using SVN as a version control tool for source code. We
are looking into implementing MFA. Does SVN have built-in MFA
capabilities? If so, can you please point me to the documentation? I
appreciate any help you can provide.
Apache Subve
On 17. 4. 25 22:51, Jan Kohlmeyer wrote:
Hi Nathan,
* Which directory are you in when you run "svn cleanup
--remove-unversioned --include-externals"?
I am in the root directory of the repository.
Did you mean "in the root directory of the working copy"? Subversion
working copies are
If i am in a or a\b and do this, „Performing status on external“ is not listet.
Regards, Jan
Von: Nathan Hartman
Gesendet: Donnerstag, 17. April 2025 21:19
An: Jan Kohlmeyer
Cc: Daniel Sahlberg ; users@subversion.apache.org
Betreff: [EXT] Re: [EXT] Re: I think I found a Bug on SVN Cleanup
Sie erha
On Thu, Apr 17, 2025 at 9:59 AM Jan Kohlmeyer
wrote:
> Hi Daniel,
>
>
>
>- What will be deleted?
>
>
>
> the external Folder in my Repo will be deleted.
>
> If I have
>
> > Path: a/b/c
> > Url: ^/../OtherDir
>
>
>
> And do svn cleanup --include-externals it will not be updated and with svn
>
ted in my local copy that I run the cleanup on.
Than I can run Update-Command and the ‚c‘ Folder will be checked out again.
Grards, Jan
Von: Daniel Sahlberg
Gesendet: Donnerstag, 17. April 2025 11:34
An: Nathan Hartman
Cc: Jan Kohlmeyer ; users@subversion.apache.org
Betreff: [EXT] Re: I think I
Den ons 16 apr. 2025 kl 23:27 skrev Nathan Hartman :
> On Wed, Apr 16, 2025 at 9:38 AM Jan Kohlmeyer
> wrote:
> >
> > Hi, I think I found a Bug on SVN Cleanup:
> >
> >
> >
> > * What steps led to the issue:
> >
> >
> >
> > I have an Repository with externals.
> >
> > One external has a depth of t
On Wed, Apr 16, 2025 at 9:38 AM Jan Kohlmeyer
wrote:
>
> Hi, I think I found a Bug on SVN Cleanup:
>
>
>
> * What steps led to the issue:
>
>
>
> I have an Repository with externals.
>
> One external has a depth of three directorys:
>
> Path: Dir1/Dir2/Dir3
>
> Url: ^/../OtherDir
>
>
>
> Run clean
On 19. 3. 25 19:10, Sean McBride wrote:
Hi all,
Is there an easy way to force unlock all files currently locked by a specific
user?
Consider an employee that leaves, and needing to then unlock anything she still
had locked.
You'll have to script it. You can use 'svn ls -R -v URL' to get the
Thanks to you both.
I ended up doing this on the server:
```
svnadmin lslocks /usr/local/repositories/reponame/ | grep -B3 "Owner:
alice" | grep "Path: " | sed 's/^Path: \//svn unlock --force "/' | sed
's/$/"/' > ~/svnunlock.sh
```
then running that result on my own computer against my local
On 2025-03-19 19:10, Sean McBride wrote:
Is there an easy way to force unlock all files currently locked by a specific
user?
It's easy enough to get a full list:
https://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html#svn.advanced.locking.break-steal
grep -B3 [...], grep, awk/cu
On 2025/03/18 23:27:58 Yasuhito FUTATSUKI wrote:
> Hello,
>
> On 2025/03/19 3:21, Michael Osipov wrote:
> > On 2025/03/18 16:41:07 Nathan Hartman wrote:
> >> On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov
> >> wrote:
> >>
> >>> Folks,
> >>>
> >>> the configure script for 1.14.5 gives me:
> >>>
Hello,
On 2025/03/19 3:21, Michael Osipov wrote:
> On 2025/03/18 16:41:07 Nathan Hartman wrote:
>> On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov wrote:
>>
>>> Folks,
>>>
>>> the configure script for 1.14.5 gives me:
>>> --with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS]
>>>
On 2025/03/18 16:41:07 Nathan Hartman wrote:
> On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov wrote:
>
> > Folks,
> >
> > the configure script for 1.14.5 gives me:
> > --with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS]
> > The Subversion Berkeley DB based files
On Tue, Mar 18, 2025 at 10:09 AM Michael Osipov wrote:
> Folks,
>
> the configure script for 1.14.5 gives me:
> --with-berkeley-db[=HEADER:INCLUDES:LIB_SEARCH_DIRS:LIBS]
> The Subversion Berkeley DB based filesystem
> library
> requires Berkel
On 10. 3. 25 13:45, John Frankish wrote:
Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64
using the same distro (tinycorelinux) and the same machine.
Building from source using:
CC="gcc -ggdb" CXX="g++ -ggdb" ./configure --prefix=/usr/local -disable-static
--locals
On 10. 3. 25 13:45, John Frankish wrote:
Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64
using the same distro (tinycorelinux) and the same machine.
Building from source using:
CC="gcc -ggdb" CXX="g++ -ggdb" ./configure --prefix=/usr/local -disable-static
--locals
On 10. 3. 25 20:09, Branko Čibej wrote:
On 10. 3. 25 13:45, John Frankish wrote:
Svn-1.14.3 and svn1.14.5 segfault using 32-bit x86, but not on 64-bit x86_64
using the same distro (tinycorelinux) and the same machine.
Building from source using:
CC="gcc -ggdb" CXX="g++ -ggdb" ./configure --pr
Hi,
I've never used Phabricator, but did spend hours setting up Phorge and
it was still not able to create a review from a branch without a command
line software on my desktop
RhodeCode after setting up, the instructions asked me to create a pull
request. There was no button for it, and supp
Hello Peter,
Always great to hear fresh initiatives around Subversion :-)
Some years ago, I was actively looking for such a tool. And even now that
Git is all over the place, I'm convinced that SVN has a role to play. [1]
And because Phabricator has winded down, I finally chose *RhodeCode* which
i
On 7. 1. 25 10:47, Jäkel, Guido wrote:
Building and running the test suite non-parallel shows up a single failure
# make clean
# EXTRA_CFLAGS="-fsanitize=thread" EXTRA_LDFLAGS="$EXTRA_CFLAGS" make check
[...]
[028/122]
locks-test..
On Fri, Feb 14, 2025 at 7:01 AM Daniel Sahlberg
wrote:
>
> Den ons 12 feb. 2025 kl 22:15 skrev suruvumohan :
>>
>> Hi Team,
>>
>> I have been trying to find Subversion 1.14.5 package for Oracle linux 8.x
>> and 9.x platforms, but nowhere I could find them.
>> Can someone please help me with the r
Den ons 12 feb. 2025 kl 22:15 skrev suruvumohan :
> Hi Team,
>
> I have been trying to find Subversion 1.14.5 package for Oracle linux 8.x
> and 9.x platforms, but nowhere I could find them.
> Can someone please help me with the relevant package?
>
Hi.
I think you are better off asking in the su
Den mån 3 feb. 2025 kl 12:41 skrev Bhagyashri Narule <
bhagyashri.nar...@titagarh.in>:
> Hello Apache SVN Team,
>
> I hope this email finds you well. I am reaching out to inquire about
> setting up a *locally hosted SVN server* for our team. We require a
> solution that supports *remote access, us
fre 17 jan. 2025 kl. 18:43 skrev Nathan Hartman :
> I don't know whether GPG-Agent can be configured to unlock
> automatically at startup. (That probably would bring us back to the
> issue of how to securely store the pin that would unlock it
> automatically; it would probably end up being in plai
On Fri, Jan 17, 2025 at 7:40 AM Johan Corveleyn wrote:
> Oh, and according to this cirata (previously wandisco) blog article it
> should be possible to setup a Gnome Keyring without a GUI:
>
> https://community.cirata.com/s/article/How-to-set-up-encrypted-svn-password-storage-using-gnome-keyring-i
Den fre 17 jan. 2025 kl 07:25 skrev Bo Berglund :
> On Fri, 17 Jan 2025 07:03:34 +0100, Daniel Sahlberg
> wrote:
>
> >I agree with Bo here although I don’t understand enough about recent
> >Linux-on-the-desktop development. A long time ago, setting DISPLAY was the
> >way to declare where you want
On Fri, Jan 17, 2025 at 1:27 PM Johan Corveleyn wrote:
>
> On Fri, Jan 17, 2025 at 7:24 AM Bo Berglund wrote:
> ...
> > --
> > $ svn --version:
> > svn, version 1.14.2 (r1899510)
> >compiled Jan 31 2023, 18:14:10 on aarch64-unknown-linux-gnu
On Fri, Jan 17, 2025 at 7:24 AM Bo Berglund wrote:
...
> --
> $ svn --version:
> svn, version 1.14.2 (r1899510)
>compiled Jan 31 2023, 18:14:10 on aarch64-unknown-linux-gnu
> ...
> The following authentication credential caches are available:
On Fri, 17 Jan 2025 07:03:34 +0100, Daniel Sahlberg
wrote:
>I agree with Bo here although I dont understand enough about recent
>Linux-on-the-desktop development. A long time ago, setting DISPLAY was the
>way to declare where you wanted to your GUI to appear. When SSH-ing into a
>box you wasnt
fre 17 jan. 2025 kl. 01:49 skrev Ryan Carsten Schmidt <
subversion-2...@ryandesign.com>:
> On Jan 16, 2025, at 17:09, Bo Berglund wrote:
> >
> > It should return the request for password into the channel that issued
> the
> > command rather than firing up a completely unrelated comm channel. (of
>
On Jan 16, 2025, at 17:09, Bo Berglund wrote:
>
> 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 cellphone, right?
I understand
On Thu, 16 Jan 2025 14:24:48 -0600, Ryan Carsten Schmidt
wrote:
>> Sooo strange that it should throw up something in a completely different
>> environment than where the trigger was.
>
>How should subversion detect that it is running in an ssh session rather than
>in a local terminal?
>
>What do
On Jan 16, 2025, at 10:29, Bo Berglund wrote:
>
> I have now built an RPi4B device using the latest 64 bit PiOS and on that I
> get
> a version of svn that *does* allow plaintext password cache. But it also came
> with a desktop and the first thing that happened when I tried a subversion
> comman
On Mon, 13 Jan 2025 17:45:31 +0100, Daniel Sahlberg
wrote:
>> A separate RPi4 image can be built here and then transferred over via
>> Internet
>> so they can burn it to a blank SDcard and start the RPi device up there.
>> Once on that netywork I can manage it from here via VPN.
>>
>> Meanwhile I
On 2025/01/12 23:29:05 Bo Berglund wrote:
> 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:
> >>
mån 13 jan. 2025 kl. 17:36 skrev 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
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 the compile time default was
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 the compile time default was changed [1] to stop writing to
the plaintext password store. This wi
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:
>> >>
>> >> I am not specifically interested in a *plaintext* pa
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:
> >>
> >> I am not specifically interested in a *plaintext* password store, what
> I want is
> >> to store the passwords locally (e
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 accessible by svn when
>> the system
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 accessible by svn when
> the system does not have a GUI desktop.
As far as I know, a plaintext password is
On Sun, 12 Jan 2025 06:52:55 +0100, Daniel Sahlberg
wrote:
>> But it is not working on the Ubuntu server on the main LAN.
>> What can I do in order for the script to run without asking for my
>> password?
>> Svn version on the linux server is: 1.14.1
>>
>> I have not used svn on that machine pre
lör 11 jan. 2025 kl. 23:31 skrev Bo Berglund :
> On Thu, 9 Jan 2025 15:20:46 +0100, Johan Corveleyn
> wrote:
>
> >On Thu, Jan 9, 2025 at 1:26?PM Daniel Sahlberg
> > wrote:
> >...
> >> The only solution that will make sure you actually have a working sync
> >> is to monitor that the sync script co
On Jan 11, 2025, at 16:31, Bo Berglund wrote:
>
> (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...)
Doesn't the Windows Subsystem for Linux allow you to run Linux scripts on a
Windows machine, if that's what you want to do?
On Thu, 9 Jan 2025 15:20:46 +0100, Johan Corveleyn wrote:
>On Thu, Jan 9, 2025 at 1:26?PM Daniel Sahlberg
> wrote:
>...
>> The only solution that will make sure you actually have a working sync
>> is to monitor that the sync script completes without errors. Maybe you
>> could have a script that l
On 2025-01-09 15:20, Johan Corveleyn wrote:
On Thu, Jan 9, 2025 at 1:26 PM Daniel Sahlberg
wrote:
...
The only solution that will make sure you actually have a working sync is to
monitor that the sync script completes without errors. Maybe you could have a
script that looks for the svn:sync
On Thu, Jan 9, 2025 at 1:26 PM Daniel Sahlberg
wrote:
...
> The only solution that will make sure you actually have a working sync is to
> monitor that the sync script completes without errors. Maybe you could have a
> script that looks for the svn:sync-lock property (something like svn proplist
Den tors 9 jan. 2025 kl 13:09 skrev Bo Berglund :
...
>
> 4) From then on it took a while but it finally reached rev 4521 and exited
> successfully.
>
> Now my two repositories seem to be exactly the same, which is the whole
> purpose.
>
Good, this is exactly what I was expecting - after an inter
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 a new
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 then create a new "pc" repo desti
e you have fewer but bigger revisions, I would
>suspect it to take a lot less time.
I know that there are binaries (excutable files) stored along with the sources
so those are one big item at a time, I guess...
>It sounds like a good plan to make a new repository and re-initialize the
>sync. You
1 - 100 of 19113 matches
Mail list logo