On Wed, May 26, 2010 at 11:07 PM, Chloe Sowers <[email protected]> wrote: > http://subversion.tigris.org/issues/show_bug.cgi?id=3647 > > > SVN core dump. CygWin 1.7.1 using UNC path. > > bash-3.2$ svn commit -m "message" email.pl > assertion "svn_path_is_canonical(base, pool)" failed: file > "/usr/src/subversion/ > branches/cygwin-1.7/subversion-1.6.6-2/src/subversion-1.6.6/subversion/libsvn_su > br/path.c", line 114, function: svn_path_join > Aborted (core dumped) > > bash-3.2$ ls > email.pl email2010-05-26.log svn.exe.stackdump synch.pl > > bash-3.2$ svn --version > svn, version 1.6.6 (r40053) > compiled Oct 23 2009, 08:41:54 > > Copyright (C) 2000-2009 CollabNet. > Subversion is open source software, see http://subversion.tigris.org/ > This product includes software developed by CollabNet > (http://www.Collab.Net/). > > The following repository access (RA) modules are available: > > * ra_neon : Module for accessing a repository via WebDAV protocol using Neon. > - handles 'http' scheme > - handles 'https' scheme > * ra_svn : Module for accessing a repository using the svn network protocol. > - with Cyrus SASL authentication > - handles 'svn' scheme > * ra_local : Module for accessing a repository on local disk. > - handles 'file' scheme > * ra_serf : Module for accessing a repository via WebDAV protocol using serf. > - handles 'http' scheme > - handles 'https' scheme > > bash-3.2$ pwd > //192.168.168.202/WebPortal/chloe
A working copy on a UNC path, no surprise that that doesn't work in Cygwin. I suspect the fixes for issue 1711 (http://subversion.tigris.org/issues/show_bug.cgi?id=1711) - which will be included in subversion 1.7 - will also solve this assert. Maybe you can build svn trunk on Cygwin and see if that solves your problem? Lieven

