I think i could revert them back and them move them over as Wendy suggested. This could preserved the history. I'll get this done asap.
----- Original Message ---- From: tm jee <[EMAIL PROTECTED]> To: Struts Developers List <dev@struts.apache.org> Sent: Sunday, 11 June, 2006 10:56:25 PM Subject: Re: svn commit: r413422 - /struts/action2/trunk/apps/blank/src/main/resources/xwork.xml Actually they are being deleted and re-added. What should be done now? Should I revert them back and move them. Sorry about the lost of history, this is the first time I learn about svn cp. :-) Should have read the svn manual early on. regards ----- Original Message ---- From: Wendy Smoak <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Sunday, 11 June, 2006 10:34:32 PM Subject: Re: svn commit: r413422 - /struts/action2/trunk/apps/blank/src/main/resources/xwork.xml Toby, it looks like the revision history is getting lost for the files being moved to 'resources' From the commit messages, and svn logs, it looks like they're being deleted and re-added as new files. Is that what you're doing? If so, the 'svn mv' command (or 'svn cp' and 'svn rm' ) will preserve the history. Thanks, -- Wendy On 6/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: tmjee > Date: Sun Jun 11 01:03:58 2006 > New Revision: 413422 > > URL: http://svn.apache.org/viewvc?rev=413422&view=rev > Log: > WW-1336 > > > Added: > struts/action2/trunk/apps/blank/src/main/resources/xwork.xml (with > props) > > Added: struts/action2/trunk/apps/blank/src/main/resources/xwork.xml > URL: > http://svn.apache.org/viewvc/struts/action2/trunk/apps/blank/src/main/resources/xwork.xml?rev=413422&view=auto > ============================================================================== > --- struts/action2/trunk/apps/blank/src/main/resources/xwork.xml (added) > +++ struts/action2/trunk/apps/blank/src/main/resources/xwork.xml Sun Jun 11 > 01:03:58 2006 > @@ -0,0 +1,16 @@ > +<!DOCTYPE xwork PUBLIC "-//OpenSymphony Group//XWork 1.1.1//EN" > "http://www.opensymphony.com/xwork/xwork-1.1.1.dtd";;> > + > +<xwork> > + <include file="struts-default.xml"/> > + > + <package name="default" extends="struts-default"> > + > + <default-action-ref name="home" /> > + > + <action name="home" > class="org.apache.struts.action2.example.HomeAction"> > + <result>/WEB-INF/pages/home.jsp</result> > + </action> > + > + > + </package> > +</xwork> > > Propchange: struts/action2/trunk/apps/blank/src/main/resources/xwork.xml > ------------------------------------------------------------------------------ > svn:eol-style = native > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]