I had found some of the magic formulas before, which was how I was aware of
looking into the .svn directory. Thank you for the detailed responses
which I can wrap into local commands, and should be sufficient for my needs.
However I believe a supported, documented, and forward compatible way is
Marc Pawlowsky wrote on Fri, Dec 02, 2016 at 11:50:14 -0500:
> There is a lot of effort and hacks on determining what SVN database
> version is being used on the working copy. Usually resorting to
> examining the internal contents of a .svn/* file.
The incantation is:
format_number=`head -n1
There is a lot of effort and hacks on determining what SVN database
version is being used on the working copy. Usually resorting to
examining the internal contents of a .svn/* file.
For future releases it would be nice if there was a command to display
if the current working copy is at the same l
Hello, Andreas!
Great thanks for Your fast reply!
02.12.2016 11:43, Andreas Stieger пишет:
Александр Козлов wrote:
Many people fail to protect their invested effort properly testing the
configuration in a real life drill, a.k.a. test restore.
Yes, I absolutely agree with You. In our case the
Hi,
On 02.12.2016 10:06, Stefan Hett wrote:
Hi,
On 12/1/2016 4:47 PM, Александр Козлов wrote:
Hello!
I use the Subversion a couple of years. I initiated to deploy the
Subversion to our work server, because its installation and usage are
quite simple. And I sometimes help users and administra
Hi,
On 12/1/2016 4:47 PM, Александр Козлов wrote:
Hello!
I use the Subversion a couple of years. I initiated to deploy the
Subversion to our work server, because its installation and usage are
quite simple. And I sometimes help users and administrator to work
with svn.
Everything was very g
Александр Козлов wrote:
> The [subversion repository restore] problem is:
>
> - data is backed-up every night, it's ok, but
> - many (50) users do they commits couple of times every day, and
> - users' working copies are out of sync (they are later!) with server
> after backup restoration.
Yes,