Re: The future of the Subversion book

2018-10-18 Thread Branko Čibej
On 06.09.2018 15:25, Branko Čibej wrote:
> On 06.09.2018 15:10, C. Michael Pilato wrote:
>> On 09/05/2018 04:49 PM, Mark Phippard wrote:
>>> Assuming the PMC wanted it, is it possible for the book to be
>>> contributed to this project and hosted in the Apache SVN repository?
>>> Many people seem to post questions and issues in these mailing lists
>>> as if it is part of the project anyway so maybe we ought to just
>>> make this the reality.  I guess what I am saying is, before we gauge
>>> opinion on whether we want to bring this into the project, my
>>> question is whether there are any blockers that prevent this on the
>>> book side from being an option?  Such as copyright or licensing
>>> issues that make it not possible.  It feels like this has been
>>> discussed in the past and there were reasons it was kept separate
>>> from the project even after the publishing of the book by O'Reilly
>>> was in the past, but I no longer recall them.
>> Honestly, I think the book belongs with the PMC. It is easy to imagine a
>> day when a developer is expected to provide at least rudimentary
>> documentation updates in the same commit that carries his or her new
>> feature or behavioral change.
>>
>> The book carries a cc-by-2.0 license, with Ben, Fitz and myself named as
>> the copyright holders. I suspect that in order to be absorbed by the
>> PMC, that licensing would have to change to an Apache License. Does that
>> mean that the three primary authors would need to officially re-license
>> it somehow? Or maybe it's a software grant to the ASF (rather like
>> Subversion itself was)?
> We'd have to ask legal@ but I'd be surprised if we'd be required to
> re-license the book; it's not code, and the Apache license isn't really
> suitable. Also we wouldn't really be making releases of it, just updates
> on the web.


I didn't quite forget about this: LEGAL-421

-- Brane



Re[2]: Subversion Exception on commit wirth pathfile

2018-10-18 Thread Yakov Maryanov
I have done "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit 
/pathfile:"D:\SVN\Work\Source\Project\f2.txt"and 
D:\SVN\Work\Source\Source\Project.Client in file f2.txt. Result is the same.

Thanks,
Yakov

--- Original message ---
From: "Bert Huijben" 
Date: 18 October 2018, 13:25:09

Could you try this same operation with the disk names capitalized?

If this resolves the issue, please let us and the TortoiseSVN developers know, 
as in that case there is an issue in (their) path canonicalization api.

   Bert

On Thu, Oct 18, 2018 at 12:13 PM Johan Corveleyn  wrote:
On Thu, Oct 18, 2018 at 11:34 AM Yakov Maryanov  wrote:
>
> Hello!
>
> I execute command:
>
> "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit 
> /pathfile:"d:\SVN\Work\Source\Project\f2.txt"
>
> File f2.txt contains two strings:
>
> d:\SVN\Work\Source\Source\Project.Client
> d:\SVN\Work\Source\Source\Project.Server
>
> And I received such result:
>
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>  
>'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---
>
> Am I doing something wrong, or is this a bug?

Hi Yakov,

This might be a problem specific to "TortoiseSVN", and not in "core
svn". This mailinglist is for discussing the development of the core
svn functionality (the Apache Subversion project), so we don't know
anything about TortoiseProc.exe and how it handles its arguments etc
(eventually calling the underlying SVN libraries). So I suggest you
report this to one of the specific TortoiseSVN mailinglists. See
https://tortoisesvn.net/community.html.

Thanks,
-- 
Johan


Re: Subversion Exception on commit wirth pathfile

2018-10-18 Thread Bert Huijben
Could you try this same operation with the disk names capitalized?

If this resolves the issue, please let us and the TortoiseSVN developers
know, as in that case there is an issue in (their) path canonicalization
api.

   Bert

On Thu, Oct 18, 2018 at 12:13 PM Johan Corveleyn  wrote:

> On Thu, Oct 18, 2018 at 11:34 AM Yakov Maryanov  wrote:
> >
> > Hello!
> >
> > I execute command:
> >
> > "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit
> /pathfile:"d:\SVN\Work\Source\Project\f2.txt"
> >
> > File f2.txt contains two strings:
> >
> > d:\SVN\Work\Source\Source\Project.Client
> > d:\SVN\Work\Source\Source\Project.Server
> >
> > And I received such result:
> >
> > ---
> > Subversion Exception!
> > ---
> > Subversion encountered a serious problem.
> > Please take the time to report this on the Subversion mailing list
> > with as much information as possible about what
> > you were trying to do.
> > But please first search the mailing list archives for the error message
> > to avoid reporting the same problem repeatedly.
> > You can find the mailing list archives at
> > https://subversion.apache.org/mailing-lists.html
> >
> > Subversion reported the following
> > (you can copy the content of this dialog
> > to the clipboard using Ctrl-C):
> >
> > In file
> >
> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
> >  line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> > ---
> > OK
> > ---
> >
> > Am I doing something wrong, or is this a bug?
>
> Hi Yakov,
>
> This might be a problem specific to "TortoiseSVN", and not in "core
> svn". This mailinglist is for discussing the development of the core
> svn functionality (the Apache Subversion project), so we don't know
> anything about TortoiseProc.exe and how it handles its arguments etc
> (eventually calling the underlying SVN libraries). So I suggest you
> report this to one of the specific TortoiseSVN mailinglists. See
> https://tortoisesvn.net/community.html.
>
> Thanks,
> --
> Johan
>


Re: Subversion Exception on commit wirth pathfile

2018-10-18 Thread Johan Corveleyn
On Thu, Oct 18, 2018 at 11:34 AM Yakov Maryanov  wrote:
>
> Hello!
>
> I execute command:
>
> "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit 
> /pathfile:"d:\SVN\Work\Source\Project\f2.txt"
>
> File f2.txt contains two strings:
>
> d:\SVN\Work\Source\Source\Project.Client
> d:\SVN\Work\Source\Source\Project.Server
>
> And I received such result:
>
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---
>
> Am I doing something wrong, or is this a bug?

Hi Yakov,

This might be a problem specific to "TortoiseSVN", and not in "core
svn". This mailinglist is for discussing the development of the core
svn functionality (the Apache Subversion project), so we don't know
anything about TortoiseProc.exe and how it handles its arguments etc
(eventually calling the underlying SVN libraries). So I suggest you
report this to one of the specific TortoiseSVN mailinglists. See
https://tortoisesvn.net/community.html.

Thanks,
-- 
Johan


Subversion Exception on commit wirth pathfile

2018-10-18 Thread Yakov Maryanov
Hello!
I execute command:

"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit 
/pathfile:"d:\SVN\Work\Source\Project\f2.txt"

File f2.txt contains two strings:
d:\SVN\Work\Source\Source\Project.Client
d:\SVN\Work\Source\Source\Project.Server

And I received such result:

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK   
---

Am I doing something wrong, or is this a bug?

With best regards,
Yakov