You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-dev@xml.apache.org by Aleksander Slominski <as...@cs.indiana.edu> on 2004/05/10 23:40:32 UTC

problem with cvs udpate on Windows XP

hi,

it _seems_ that some files (like 
v2/src/newstore2/org/apache/xmlbeans/impl/newstore2/Path.java) were 
incorrectly checked in (copied into CVS repository) with 0D 0A (\r\n) 
instead of just 0A (\n). as they are marked as text (i.e. no -kb )on 
Windows the end-of-lines characters are expanded to 0D 0D 0A (0A is 
expanded to 0D 0A) which lead to doubled empty lines in some text 
editors and IDEs.

do you know about this problem?

thanks,

alek

ps. i check on cvs.apache.org that indeed \r\n are in the cvs files:

-bash-2.05b$ cd /home/cvspublic
-bash-2.05b$ cd xml-xmlbeans
-bash-2.05b$ cd v2/src/newstore2/org/apache/xmlbeans/impl/newstore2/
-bash-2.05b$ od -c Path.java,v
0000000    h   e   a   d  \t   1   .   1   ;  \n   a   c   c   e   s   s
0000020    ;  \n   s   y   m   b   o   l   s   ;  \n   l   o   c   k   s
0000040    ;       s   t   r   i   c   t   ;  \n   c   o   m   m   e   n
0000060    t  \t   @   #       @   ;  \n  \n  \n   1   .   1  \n   d   a
0000100    t   e  \t   2   0   0   4   .   0   4   .   1   2   .   2   0
0000120    .   5   5   .   1   3   ;  \t   a   u   t   h   o   r       e
0000140    r   i   c   v   a   s   ;  \t   s   t   a   t   e       E   x
0000160    p   ;  \n   b   r   a   n   c   h   e   s   ;  \n   n   e   x
0000200    t  \t   ;  \n  \n  \n   d   e   s   c  \n   @   @  \n  \n  \n
0000220    1   .   1  \n   l   o   g  \n   @   M   i   s   c       c   h
0000240    a   n   g   e   s  \n   @  \n   t   e   x   t  \n   @   /   *
0000260                C   o   p   y   r   i   g   h   t       2   0   0
0000300    4       T   h   e       A   p   a   c   h   e       S   o   f
0000320    t   w   a   r   e       F   o   u   n   d   a   t   i   o   n
0000340   \r  \n       *  \r  \n       *               L   i   c   e   n
0000360    s   e   d       u   n   d   e   r       t   h   e       A   p
0000400    a   c   h   e       L   i   c   e   n   s   e   ,       V   e
0000420    r   s   i   o   n       2   .   0       (   t   h   e       "
0000440    L   i   c   e   n   s   e   "   )   ;  \r  \n       *
0000460        y   o   u       m   a   y       n   o   t       u   s   e
0000500        t   h   i   s       f   i   l   e       e   x   c   e   p
0000520    t       i   n       c   o   m   p   l   i   a   n   c   e
0000540    w   i   t   h       t   h   e       L   i   c   e   n   s   e
0000560    .  \r  \n       *               Y   o   u       m   a   y
0000600    o   b   t   a   i   n       a       c   o   p   y       o   f
0000620        t   h   e       L   i   c   e   n   s   e       a   t  \r
0000640   \n       *  \r  \n       *                               h   t
0000660    t   p   :   /   /   w   w   w   .   a   p   a   c   h   e   .
0000700    o   r   g   /   l   i   c   e   n   s   e   s   /   L   I   C
0000720    E   N   S   E   -   2   .   0  \r  \n       *  \r  \n       *

-- 
The best way to predict the future is to invent it - Alan Kay


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/