sebb wrote on Wed, 22 Jul 2020 22:34 +0100:
> On Wed, 22 Jul 2020 at 17:46, Nathan Hartman wrote:
> >
> > On Wed, Jul 22, 2020 at 12:10 PM sebb wrote:
> > > > Use the machine-parseable E42 error codes. That's exactly what
> > > > they're for. (which-error.py and svn_error_symbolic_name()
sebb wrote on Wed, 22 Jul 2020 22:44 +0100:
> The SVN put command can add a new file or update an existing one.
>
> As part of a batch update it may be necessary to ensure that a
> particular file will be created and not updated - or vice versa.
> That is currently not at all easy to do, which is
I need to locate a file in a client's large repository. I found
fastsvncrawler which uses svn_ra_do_status2 to rapidly dump the entire
repository as a directory listing. Has anyone built a Windows binary? Or
perhaps it's made it into the distribution? (I access the repo over a Cisco
VPN from Wi
The SVN put command can add a new file or update an existing one.
As part of a batch update it may be necessary to ensure that a
particular file will be created and not updated - or vice versa.
That is currently not at all easy to do, which is a shame as svnmucc
is otherwise very useful for writin
On Wed, 22 Jul 2020 at 17:46, Nathan Hartman wrote:
>
> On Wed, Jul 22, 2020 at 12:10 PM sebb wrote:
> > > Use the machine-parseable E42 error codes. That's exactly what
> > > they're for. (which-error.py and svn_error_symbolic_name() can be used
> > > to convert numbers to symbolic names.)
On Wed, Jul 22, 2020 at 12:10 PM sebb wrote:
> > Use the machine-parseable E42 error codes. That's exactly what
> > they're for. (which-error.py and svn_error_symbolic_name() can be used
> > to convert numbers to symbolic names.)
>
> Where are these error codes defined?
> I could not find an
On Sun, 12 Jul 2020 at 18:13, Daniel Shahaf wrote:
>
> sebb wrote on Sun, 12 Jul 2020 16:55 +0100:
> > On Sun, 12 Jul 2020 at 15:26, Daniel Shahaf wrote:
> > >
> > > sebb wrote on Tue, 07 Jul 2020 20:43 +0100:
> > > > When I first started using svnmucc, it used to be the case that
> > > > svnmucc