Re: A project I've been working on

2021-11-15 Thread Justin MASSIOT | Zentek
Hi Robert, Interesting initiative. What is the "two copies of everything in a checkout" problem you are talking about? Justin On Sat, 13 Nov 2021 at 01:54, Robert Hickman < robert.e.hick...@googlemail.com> wrote: > Hi people, > > I've been working on a 'subversion replacement' for the last 5 i

Re: A project I've been working on

2021-11-15 Thread Mark Phippard
On Mon, Nov 15, 2021 at 9:41 AM Justin MASSIOT | Zentek wrote: > > Hi Robert, > > Interesting initiative. > What is the "two copies of everything in a checkout" problem you are talking > about? He is talking about the pristine version that is maintained in the working copy .svn folder. There was

Re: A project I've been working on

2021-11-15 Thread Daniel Sahlberg
Den mån 15 nov. 2021 kl 15:41 skrev Justin MASSIOT | Zentek : > > Hi Robert, > > Interesting initiative. > What is the "two copies of everything in a checkout" problem you are talking > about? I would have presumed it is the "pristine" files. A solution was proposed and implemented in this thread

SVN API: Identify repositories on server filesystem

2021-11-15 Thread Jens Restemeier
Hi, Not sure if this is a better dev or user question... Is there an official way to tell if a file path points to a svn repository in the C API? I looked at the documentation, but it seem to require quite some knowledge about the architecture, and it is sometimes hard to tell if something is re

Re: A project I've been working on

2021-11-15 Thread Nathan Hartman
On Mon, Nov 15, 2021 at 9:48 AM Daniel Sahlberg wrote: > > Den mån 15 nov. 2021 kl 15:41 skrev Justin MASSIOT | Zentek > : > > > > Hi Robert, > > > > Interesting initiative. > > What is the "two copies of everything in a checkout" problem you are > > talking about? > > I would have presumed it is

Re: SVN API: Identify repositories on server filesystem

2021-11-15 Thread Stefan Sperling
On Mon, Nov 15, 2021 at 07:05:35PM +, Jens Restemeier wrote: > Hi, > Not sure if this is a better dev or user question... > Is there an official way to tell if a file path points to a svn repository in > the C API? I looked at the documentation, but it seem to require quite some > knowledge a