Re: Subversion exception report
Hello, Carlos Hernandez Alaniz wrote: > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.9.1\ext\subversion\subversion\libsvn_client\commit_util.c' > line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath)) Please update to the compatible TortoiseSVN 1.9.3 (with svn 1.9.3) and try again. > I had two copies of a repository and didn't notice I was > trying to commit two files from one, and one file from the other. Could you describe this in more detail please? Andreas
RE: Subversion exception report
> -Original Message- > From: Andreas Stieger [mailto:andreas.stie...@gmx.de] > Sent: vrijdag 19 februari 2016 10:58 > To: Carlos Hernandez Alaniz > Cc: users@subversion.apache.org > Subject: Re: Subversion exception report > > Hello, > > Carlos Hernandez Alaniz wrote: > > In file > > 'D:\Development\SVN\Releases\TortoiseSVN- > 1.9.1\ext\subversion\subversion\libsvn_client\commit_util.c' > > line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath)) > > Please update to the compatible TortoiseSVN 1.9.3 (with svn 1.9.3) and try > again. > > > I had two copies of a repository and didn't notice I was > > trying to commit two files from one, and one file from the other. > > Could you describe this in more detail please? By checking the sourcecode, I think this issue is reproducable by committing files from two different drives on Windows. $ F:\>svn ci f:\svn-dev\dev g:\brk svn: E235000: In file '..\..\..\subversion\libsvn_client\commit_util.c' line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath)) Confirmed with 1.9.3. Bert
Re: Subversion exception report
Yes, that's it. I had checked out the same repository in, let's say, "F:\folder_a" and "S:\folder_b". Then I edited 3 files and by mistake I tried to commit them like this: F:\folder_a\file1.cpp F:\folder_a\file2.cpp S:\folder_b\file3.cpp Instead of taking "file3.cpp" from "F:\folder_a". And then I got the exception. Salu2. . . On 19/02/2016 03:23 a.m., Bert Huijben wrote: -Original Message- From: Andreas Stieger [mailto:andreas.stie...@gmx.de] Sent: vrijdag 19 februari 2016 10:58 To: Carlos Hernandez Alaniz Cc: users@subversion.apache.org Subject: Re: Subversion exception report Hello, Carlos Hernandez Alaniz wrote: In file 'D:\Development\SVN\Releases\TortoiseSVN- 1.9.1\ext\subversion\subversion\libsvn_client\commit_util.c' line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath)) Please update to the compatible TortoiseSVN 1.9.3 (with svn 1.9.3) and try again. I had two copies of a repository and didn't notice I was trying to commit two files from one, and one file from the other. Could you describe this in more detail please? By checking the sourcecode, I think this issue is reproducable by committing files from two different drives on Windows. $ F:\>svn ci f:\svn-dev\dev g:\brk svn: E235000: In file '..\..\..\subversion\libsvn_client\commit_util.c' line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath)) Confirmed with 1.9.3. Bert
upgrade Subversion from version 1.6 to svn, version 1.8.15 (r1718365)
Hi, I installed version 1.8.15, copied the working directory from an existing 1.6 version server to this new server. I su logged in as subvadm, cd to working directory, cd to one of the working directory ais_repos. I issued the command 'svn upgrade', but I got the error not a working copy root, file not found error. (please see the following copy and paste). I am new to the Subversion. Please advise. Thanks, Margaret Hom UCSF [sfaismh@vx63 ~]$ su - subvadm Password: [subvadm@vx63 ~]$ cd /subv_repos [subvadm@vx63 subv_repos]$ cd ais_repos [subvadm@vx63 ais_repos]$ svn upgrade svn: E155019: Can't upgrade '/subv_repos/ais_repos' as it is not a working copy root svn: E02: Working copy database '/subv_repos/ais_repos/.svn/wc.db' not found svn: E02: Additional errors: svn: E02: Can't open file '/subv_repos/ais_repos/.svn/entries': No such file or directory