Jon -

The weird revision numbers you are seeing is because different parts of
your checkout are under different revisions. This happens when you perform
an svn update on only a portions of your checkout source tree. SVN updates
do NOT parse up the local subdirectory tree, they only parse down the tree.
To get the whole local repository updated you will need to perform an svn
update at the root of your local source tree.

Thanks,
W. David Ashley
IBM Systems and Technology Group Lab Services
Open Object Rexx Team
Mobile Phone: 512-289-7506



                                                                       
             "Sahananda (Jon)                                          
             Wolfers"                                                  
             <[EMAIL PROTECTED]                                          To
             rse.biz>                  "Open Object Rexx Developer Mailing
             Sent by:                  List"                           
             oorexx-devel-boun         <oorexx-devel@lists.sourceforge.net
             [EMAIL PROTECTED]         >                               
             orge.net                                                   cc
                                                                       
                                                                   Subject
             08/19/2008 09:15          Re: [Oorexx-devel] RexxQueue class
             AM                                                        
                                                                       
                                                                       
             Please respond to                                         
             Open Object Rexx                                          
             Developer Mailing                                         
                   List                                                
             <[EMAIL PROTECTED]                                         
             ts.sourceforge.ne                                         
                    t>                                                 
                                                                       
                                                                       




Hi Mark,

thanks for the long explanation.  It does look like I made a mistake.

I think I also made a mistake in reporting the revision I am at.  I right
clicked on the repository root and it reports 2940, but when I right click
on trunk it reports 3014.  I do do an SVN update before each compile, and
it always results in some activity, though I have never yet been notified
of concurrent changes.  It is an act of faith for me that it is working
properly.

thanks again for your help,

Jon

2008/8/19 Mark Miesfeld <[EMAIL PROTECTED]>
  On Tue, Aug 19, 2008 at 12:16 AM, Sahananda (Jon) Wolfers
  <[EMAIL PROTECTED]> wrote:
  >
  > I am at revision 2940.

  You really need to keep the source tree you are working with up to
  date.  SVN will not overwrite any lines of code you have changed.  It
  will either merge in the updated code with your changes, preserving
  your changes, if it can.  Or, if it can't do the merger it will
  produce 3 files, one of which will be your original file, and you will
  have to do the merge manually.  This is rare in my experience.

  --
  Mark Miesfeld

  -------------------------------------------------------------------------
  This SF.Net email is sponsored by the Moblin Your Move Developer's
  challenge
  Build the coolest Linux based applications with Moblin SDK & win great
  prizes
  Grand prize is a trip for two to an Open Source event anywhere in the
  world
  http://moblin-contest.org/redirect.php?banner_id=100&url=/
  _______________________________________________
  Oorexx-devel mailing list
  Oorexx-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/oorexx-devel
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

<<inline: graycol.gif>>

<<inline: pic18952.gif>>

<<inline: ecblank.gif>>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to