[Webkit-unassigned] [Bug 9485] Teach svn-apply and svn-unapply to use full path names

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jun 18 16:54:17 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9485


ddkilzer at kilzer.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




------- Comment #4 from ddkilzer at kilzer.net  2006-06-18 16:54 PDT -------
(In reply to comment #3)
> I don't understand why we need to chdir at all any more. I think that
> addDirectoriesIfNeeded also should use full paths.

Hmm...you must add the top-level directory in SVN:

pbookw:~/WebKit ddkilzer$ mkdir foo
pbookw:~/WebKit ddkilzer$ mkdir foo/bar
pbookw:~/WebKit ddkilzer$ svn add foo/bar
subversion/libsvn_wc/lock.c:377: (apr_err=155007)
svn: 'foo' is not a working copy
pbookw:~/WebKit ddkilzer$ svn add foo
A         foo
A         foo/bar
pbookw:~/WebKit ddkilzer$ 


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list