Ok, I finally tracked down the problem. It is caused by having spaces in the project path or URL. If the project URL or path does not contain spaces, then notifications are generated as expected.
The following is referring to project path or URL, as entered in the Project Monitor "Edit Project" dialog.
If the project is referenced by URL, and the URL contains a space:
- If the URL is entered using the literal space character, then everything works ok.
- If space is escaped with %20, then the log can be viewed in Project Monitor, but no notifications are generated.
If the project is referenced by path, and the patch contains a space:
- If the path is entered using the literal space character, then the log can be viewed in Project Monitor, but no notifications are generated.
- If space is escaped with %20, then the path is not recognized.
- If the path is surrounded by quotes, then a subversion exception is generated:
---------------------------
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
http://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.9.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
---------------------------
OK
---------------------------
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3140455
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-10-01 20:30:08 CEST