http://svnbook.red-bean.com/svnbook-1.0/ch03s05.html#svn-ch-3-sect-4.3.2

So pretty much the same, but now you don't need the -u flag - it
defaults to unified format.

So: svn diff Main.java >> myPatchfile.txt

Don


On Fri, 1 Oct 2004 14:44:12 -0500, Hubert Rabago <[EMAIL PROTECTED]> wrote:
> Congratulations!
> 
> Will this affect how patches are generated?  I read from earlier
> messages that patches that have already been submitted can still be
> used, but what about generating new ones?
> I've always referenced
> http://jakarta.apache.org/site/source.html#Patches when generating
> patches.  Will the Struts project site host a similar page to guide
> contributors?  I could take a stab at such a page once I know what the
> recommended command is for the project.  I haven't looked at svn's
> diff yet, but I'd imagine there'd be a bunch of switches, and I also
> imagine that the committers would have a recommended set for patches.
> 
> Hubert
> 
> 
> 
> On Fri, 01 Oct 2004 12:32:18 -0700, Don Brown <[EMAIL PROTECTED]> wrote:
> > It is my pleasure to announce the official migration of the Struts CVS
> > repository into Apache Software Foundation's Subversion repository.  The
> > previous CVS module, jakarta-struts, has been frozen, and all new
> > development will take place in the Subversion repository.
> >
> > The following links might be helpful:
> >
> >  Struts public Subversion repository:
> > http://svn.apache.org/repos/asf/struts
> >  Struts committers Subversion repository:
> > https://svn.apache.org/repos/asf/struts
> >  Subversion: http://subversion.tigris.org
> >  Subversion Red Book: http://svnbook.red-bean.com/
> >  Subversion for CVS Users section:
> > http://svnbook.red-bean.com/svnbook-1.0/apa.html
> >
> > The repository is organized like this:
> >  struts/
> >    /trunk - The current development branch (like CVS HEAD)
> >    /branches - All Struts branches
> >    /tags - All Struts tags
> >
> > If you want to checkout everything with the command-line client, type:
> >  svn co http://svn.apache.org/repos/asf/struts
> >
> > But most developers will only be interested in the trunk, so it would be
> > better to type:
> >  svn co http://svn.apache.org/repos/asf/struts/trunk
> >
> > There are a number of Subversion client GUI's and IDE plugins linked to
> > on the Subversion web site, for those perfer a GUI tool.
> >
> > Thanks again to the infrastructure team for their assistance!
> >
> > Don
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to