--- In [email protected], Bunny Shankar <[EMAIL PROTECTED]> wrote: > > Hi, > > How do i read svn diff? > > This is a java code i have removed origanal code and written some junk. > > In the given below code, how do i know what is the svn diff. what does @@ specify. '+' and '-' indicate added and deleted? Please let me know. > > @@ -105,11 +112,15 @@ > sadsadsa; > sdsadsasa; > dsasa; > - aaa; > + aasads; > dsfdsfds; > dsfsadsa; > > - dsfdsadsa; > + sadsadsaa; > + asdsa; > + sadsadsa; > + sadsadsa; > + dsadsad; > sadsadsadsa; > sdsadsadsa; > sadsadsa; >
Hi Bunny Shankar, Thou I am not sure what @@ means in the svn diff output, a - means that this line has been removed from working copy while a + means it has been added to the working copy. See http://svnbook.red-bean.com/en/1.1/ch03s05.html#svn-ch-3-sect-5.3.2 for some more info. With the help of a GUI diff tool you can understand it better. Hope this helps. -- Satish http://www.cs.ttu.edu/~savellan/

