Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Nick
On Thu, 2010-12-30 at 22:44 +0200, Daniel Shahaf wrote: > > Awesome, thanks! Any idea which release this will make it into? > > > > 1.7.0. > > It may also make it into a 1.6.x: I've nominated it for backport, and > now it needs three +1 votes by full committers. > > (I haven't voted yet.) Whi

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Daniel Shahaf
Nick wrote on Thu, Dec 30, 2010 at 15:44:52 -0500: > On Thu, 2010-12-30 at 21:42 +0200, Daniel Shahaf wrote: > > > Nick wrote on Tue, Dec 21, 2010 at 12:00:47 -0500: > > > On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > > > > I've updated some > > > > fields, and I'll try to get around t

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Nick
On Thu, 2010-12-30 at 21:42 +0200, Daniel Shahaf wrote: > Nick wrote on Tue, Dec 21, 2010 at 12:00:47 -0500: > > On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > > > I've updated some > > > fields, and I'll try to get around to look at it in more detail some > > > time. > > > > I appreci

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-30 Thread Daniel Shahaf
Nick wrote on Tue, Dec 21, 2010 at 12:00:47 -0500: > On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > > I've updated some > > fields, and I'll try to get around to look at it in more detail some > > time. > > I appreciate it, thanks! Sendingsubversion/libsvn_client/commit_util.c

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-21 Thread Nick
On Tue, 2010-12-21 at 12:02 +0200, Daniel Shahaf wrote: > > When I read that part of the page I wasn't sure if it was a mix of > > tigris.org and apache.org, or still entirely tigris.org. Thanks for > the > > clarification. > > Fixed: > http://svn.apache.org/viewvc/subversion/site/publish/issue-

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-21 Thread Nick
On Tue, 2010-12-21 at 11:59 +0200, Daniel Shahaf wrote: > I've updated some > fields, and I'll try to get around to look at it in more detail some > time. I appreciate it, thanks!

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-21 Thread Daniel Shahaf
Nick wrote on Mon, Dec 20, 2010 at 21:01:59 -0500: > On Mon, 2010-12-20 at 17:34 -0600, Ryan Schmidt wrote: > > > The Subversion project still uses the tigris.org issue tracker; it > > does not yet use the apache.org issue tracker. See the yellow box on > > this page: > > > > http://subversion.ap

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-21 Thread Daniel Shahaf
Nick wrote on Mon, Dec 20, 2010 at 18:17:02 -0500: > On Mon, 2010-12-20 at 19:19 +0200, Daniel Shahaf wrote: > > I can reproduce this with trunk: > > [[[ > > % cd wc1/trunk/ > > % touch a b c d > > % $svn add -q ? > > % $svn ci -q -m add > > % echo line1 >a >b > > % rm c; ln -s d c > > % $svn cl -

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-20 Thread Nick
On Mon, 2010-12-20 at 17:34 -0600, Ryan Schmidt wrote: > The Subversion project still uses the tigris.org issue tracker; it > does not yet use the apache.org issue tracker. See the yellow box on > this page: > > http://subversion.apache.org/issue-tracker.html When I read that part of the page I

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-20 Thread Ryan Schmidt
On Dec 20, 2010, at 17:17, Nick wrote: > I had opened an issue for this last year, but it's in the > subversion.tigris.org site: > http://subversion.tigris.org/issues/show_bug.cgi?id=3484 . > > Is this OK? Or should I open another issue in the apache.org tracker? The Subversion project still use

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-20 Thread Nick
On Mon, 2010-12-20 at 19:19 +0200, Daniel Shahaf wrote: > I can reproduce this with trunk: > [[[ > % cd wc1/trunk/ > % touch a b c d > % $svn add -q ? > % $svn ci -q -m add > % echo line1 >a >b > % rm c; ln -s d c > % $svn cl -q cltest a b > % $svn ci --cl cltest > subversion/svn/commit-cmd.c:156:

Re: File Obstructed by Symbolic Link Prevents Submitting Unrelated Changelists

2010-12-20 Thread Daniel Shahaf
Nick wrote on Mon, Dec 20, 2010 at 09:47:27 -0500: > (I originally reported this issue last year but nothing came of it.) > > A file which has been obstructed by changing it to a symbolic link > prevents submitting unrelated changelists. > > To repro, simply replace a file with a sym link of the