Re: svn patches and directories...

2007-01-16 Thread Ryan McKinley

On 1/16/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:


: Date: Sat, 13 Jan 2007 19:12:27 -0800 (PST)
: Subject: [jira] Commented: (SOLR-104) SQL Upload Plugin

: 2) download HandlerRefactoring.DRAFT.zip and extract the contents to:
: \solr\src\java\org\apache\solr\handler
:
: (svn patches don' t let you add new directories!)

that's shouldn't be true true .. using the Linux SVN client you can
definitely svn add a directory and then generate a diff from it (even
using anonymous svn) ... you may want to double check the docs for your
SVN client on how to do the same thing on your platform



aaah.  I'm running TortoiseSVN on XP.

I ran 'svn add' on everything

When i create a patch using TortoiseSVN I get a message that says:
"You've selected added folders.  The patch won't contain added files
within such added folders.  Do you want to poceed anyway?"

But when you run from command line:  "svn diff > XXX.patch" it seems to work ok.



(pure patches are allways easier to deal with then patches+zips)



got it


svn patches and directories...

2007-01-16 Thread Chris Hostetter

: Date: Sat, 13 Jan 2007 19:12:27 -0800 (PST)
: Subject: [jira] Commented: (SOLR-104) SQL Upload Plugin

: 2) download HandlerRefactoring.DRAFT.zip and extract the contents to:
: \solr\src\java\org\apache\solr\handler
:
: (svn patches don' t let you add new directories!)

that's shouldn't be true true .. using the Linux SVN client you can
definitely svn add a directory and then generate a diff from it (even
using anonymous svn) ... you may want to double check the docs for your
SVN client on how to do the same thing on your platform

(pure patches are allways easier to deal with then patches+zips)



-Hoss