Rick, Thanks!  I'm saving this in evernote for future reference.
Bruce
On Jun 5, 2013, at 10:23 AM, Rick McGuire wrote:

> I just fixed this.  Below is my command line session for doing this.  The 
> steps were:  
> 
> 1)  issue an "svn info" from the directory I wish to back out from.  This 
> gives me a url that will be used on the merge command.  
> 2)  issue an "svn merge" to merge the difference between the bad revision and 
> its previous revision into my current up-to-date working copy.  This is:  
> 
> svn merge 
> svn+ssh://bigr...@svn.code.sf.net/p/oorexx/code-0/ooDialog/trunk@9287 
> svn+ssh://bigr...@svn.code.sf.net/p/oorexx/code-0/ooDialog/trunk@9286 .
> 
> The bad revision is rev 9287, so I'm taking the difference between rev 9287 
> and 9286 (in that order) and applying to the current working version.  Note 
> that the command has a trailing "." to indicate the current directory. 
> 
> 3)  issue an "svn revert" for any files I don't wish to back off.  This kept 
> me from backing out the change to install\ooDialog.nsi
> 4) issue an "svn commit" to commit the changes.  
> 
> Rick
> 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to