Re: [ilugd] How to see, what svn updates are available using command line..

2008-10-23 Thread Kartik Mistry
2008/10/23 "narendra sisodiya" wrote: > In cvs , suppose I want to see what updates are available , I need to type > cvs -nq update > (want to see update, and not download them) > .. > But I want similar functionality in svn, Do: svn stat -u Reference: http://svn.collab.net/repos/svn/trunk/doc/

Re: [ilugd] How to see , what svn updates are available using command line..

2008-10-23 Thread Nandeep Mali
Also following links might help: [1] A CVS to SVN migration guide: http://svn.collab.net/repos/svn/trunk/doc/user/cvs-crossover-guide.html [2] A lot on SVN: http://subversion.tigris.org/faq.html ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org http:

Re: [ilugd] How to see , what svn updates are available using command line..

2008-10-23 Thread narendra sisodiya
Thanks u very much, You solved my problem,, ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/ilugd@lists.linux

Re: [ilugd] How to see , what svn updates are available using command line..

2008-10-23 Thread Nandeep Mali
On Thu, Oct 23, 2008 at 4:53 PM, shantanu goel <[EMAIL PROTECTED]> wrote: > On Thu, Oct 23, 2008 at 4:50 PM, narendra sisodiya > <[EMAIL PROTECTED]> wrote: >> But I want similar functionality in svn, >> So that i can see what updates are available... >> any pointer... > > svn --show-updates Actual

Re: [ilugd] How to see , what svn updates are available using command line..

2008-10-23 Thread shantanu goel
On Thu, Oct 23, 2008 at 4:50 PM, narendra sisodiya <[EMAIL PROTECTED]> wrote: > But I want similar functionality in svn, > So that i can see what updates are available... > any pointer... svn --show-updates -- I didn't do it, nobody saw me do it, U can't prove anything - Bart S

[ilugd] How to see , what svn updates are available using command line..

2008-10-23 Thread narendra sisodiya
In cvs , suppose I want to see what updates are available , I need to type cvs -nq update (want to see update, and not download them) .. But I want similar functionality in svn, So that i can see what updates are available... any pointer... ___ ilugd mai