Re: Simple Trio of Questions about Apache SVN

2021-08-17 Thread Daniel Shahaf
Andreas Stieger wrote on Tue, 17 Aug 2021 08:24 +00:00: > Hi, >   > > -In SVN, can you have multiple additions, queued up, marked with an A? > > No queuing feature, but changelists on file granularity. > See https://svnbook.red-bean.com/nightly/en/svn.advanced.changelists.html > > > If so, can

Re: svn log xml hangs and produces too many logentry closing tags

2021-08-17 Thread Attila
> On 9 Aug 2021, at 11:48, Daniel Sahlberg wrote: > > Den lör 17 juli 2021 kl 15:02 skrev Attila >: > On 14 Jul 2021, at 21:42, Nathan Hartman > wrote: >> >> On Tue, Jul 13, 2021 at 5:49 PM Attila > > wrote:

Re: SVN startup questions.

2021-08-17 Thread Nico Kadel-Garcia
On Tue, Aug 17, 2021 at 5:30 AM A Z wrote: > > Just some basic getting started questions about SVN. > > -How can a series of different branches all be merged back into one again? > By 'adding' their checked out, now finished code content, and then committing > them in the right order to the

SVN startup questions.

2021-08-17 Thread A Z
Just some basic getting started questions about SVN. -How can a series of different branches all be merged back into one again? By 'adding' their checked out, now finished code content, and then committing them in the right order to the trunk, one at a time? -What exactly is a Tag? I don't

Re: Simple Trio of Questions about Apache SVN

2021-08-17 Thread Andreas Stieger
Hi,   > -In SVN, can you have multiple additions, queued up, marked with an A? No queuing feature, but changelists on file granularity. See https://svnbook.red-bean.com/nightly/en/svn.advanced.changelists.html > If so, can the queued edition(s) be reviewed for marked files, Using svn diff which