How to use /makeparents command to create intermediate folders using SVN batch command.

2016-12-11 Thread siddharth Goel
Could someone  please help me out with this?

I am trying to copy one folder to another location using Batch Script. I
want create intermediate parent folders. I am using command -

TortoiseProc.exe /command:copy /path:https://example.com/svn/
Base/trunk/V18/DUMMY/url:https://example.com/svn/Base/
branches/DEV/SID2508/TRUNK/V18/20161201/COB/Copy

 /makeparents /logmsg:"Copy FOLDER" /closeonend:3

The command is executing but 'Create Immediate Folder' checkbox is not
checked automatically. I want it to be checked automatically so that the
user need not worry about it and it does not give errors.


Regards

Siddharth Goel


post-commit hook

2016-12-11 Thread João M . S . Silva

[I'm not subscribed to the list, please CC me.]

Hi,

I have been using subversion-tools to send post-commit e-mails. I use 
the mailer.py and mailer.conf.example to create my own configuration 
file. This has worked for years.


However, recently I get this error:

  smtplib.SMTPException: SMTP AUTH extension not supported by server

Searching for a solution, it seems we have to run "starttls" before 
"ehlo", but I don't think I can change that, the way I'm running it.


I'm simply calling mailer.py with the correct configuration file. I 
checked if my configuration file was up to date (comparing with the one 
from the subversion-tools package) and it is.


So, the problem should be inside subversion-tools, right?

I'm sending the post-commit e-mail through Gmail, so maybe some recent 
change in Gmail's server could also be the culprit?


Thanks.

--
João M. S. Silva


Re: post-commit hook

2016-12-11 Thread Eric Johnson
By any chance does the gmail account in question now have two factor
authentication turned on?

Eric

Sent from my iPad

> On Dec 11, 2016, at 6:21 PM, João M. S. Silva  
> wrote:
>
> [I'm not subscribed to the list, please CC me.]
>
> Hi,
>
> I have been using subversion-tools to send post-commit e-mails. I use
> the mailer.py and mailer.conf.example to create my own configuration
> file. This has worked for years.
>
> However, recently I get this error:
>
>   smtplib.SMTPException: SMTP AUTH extension not supported by server
>
> Searching for a solution, it seems we have to run "starttls" before
> "ehlo", but I don't think I can change that, the way I'm running it.
>
> I'm simply calling mailer.py with the correct configuration file. I
> checked if my configuration file was up to date (comparing with the one
> from the subversion-tools package) and it is.
>
> So, the problem should be inside subversion-tools, right?
>
> I'm sending the post-commit e-mail through Gmail, so maybe some recent
> change in Gmail's server could also be the culprit?
>
> Thanks.
>
> --
> João M. S. Silva