[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Bug report: Project Monitor does not notify about new commits

From: Doug McKenzie <tacbwab-dev_at_yahoo.com>
Date: Thu, 1 Oct 2015 11:30:01 -0700 (PDT)

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

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.