From users-return-6760-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Mon Jan 03 14:23:28 2011 Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 3251 invoked from network); 3 Jan 2011 14:23:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jan 2011 14:23:28 -0000 Received: (qmail 43907 invoked by uid 500); 3 Jan 2011 14:23:27 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 43884 invoked by uid 500); 3 Jan 2011 14:23:27 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Delivered-To: moderator for users@subversion.apache.org Received: (qmail 3217 invoked by uid 99); 31 Dec 2010 19:30:30 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shirishag75@gmail.com designates 209.85.161.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=sFqi5qvG21gkbNhd9V8ZtuT3kk5m4UL15SFOYNvZY4Q=; b=g2eEl/RAUcPUCWK8+08g/y/P4fJeHlQzLPi2/0ekZuwhBSgNbjug/rQkaGY2FgOy23 etMGxEfHGzV70IQ9WZnCPuqceOeNXXAnUHP9id5NkVpSfw91Ok+WKG/7LPY4DDPO+qan yyzICNwI0etsA3OBeMNeFrF6aImPK2QTh3xyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=A1T+HWDmPdsePk0qU1/jG1bTEJugc6U6cfsa3cykDIAemGwx9ZCOviBuDGJklohSIX 6nW80aCYweCqnDIDi6vU4svFjQA0D+aN97cJj8pvU8y/L5z1qawXj2zKJwXy6kPHiNbq /s3IWto6te9bl9Pk7rC8/zY1RKo0pdpmt3zrw= MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 1 Jan 2011 01:00:05 +0530 Message-ID: Subject: Re: newbie subversion questions From: =?UTF-8?B?c2hpcmlzaCDgpLbgpL/gpLDgpYDgpLc=?= To: users@subversion.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Addition at bottom :- 2011/1/1 shirish =E0=A4=B6=E0=A4=BF=E0=A4=B0=E0=A5=80=E0=A4=B7 : > Hi all, > =C2=A0This is going to be a long post and actually a repost of what I ask= ed > in Debian forum few days ago. > http://forums.debian.net/viewtopic.php?f=3D10&t=3D58799 but got no answer= . > > This is from svn version 1.6.12 . > > > Hi all, > I am no programmer, just a user who sometimes downloads svn snapshots > or trunk builds and compiles them. My subversion skills are hence > extremely poor and hence need the forum expertise to know. Few > questions below :- > > a. Is there a way in subversion when you are downloading some new > project progress as in megabytes downloaded etc. An excerpt so it will > make clear what I am asking :- > > $ svn co https://pagesofadventur.svn.sourceforge.net/svnroot/pagesofadven= tur > pagesofadventur > A =C2=A0 =C2=A0pagesofadventur/trunk > A =C2=A0 =C2=A0pagesofadventur/trunk/.classpath > A =C2=A0 =C2=A0pagesofadventur/trunk/COMPILING > A =C2=A0 =C2=A0pagesofadventur/trunk/compile.sh > A =C2=A0 =C2=A0pagesofadventur/trunk/LICENSE > A =C2=A0 =C2=A0pagesofadventur/trunk/.project > A =C2=A0 =C2=A0pagesofadventur/trunk/lib > A =C2=A0 =C2=A0pagesofadventur/trunk/lib/libopenal64.so > > > This is just an small FOSS game coming up which I checked out recently > and its just an excerpt of the whole svn release. What I want to know > is can something be added to the command so it gives something like > this :- > > A =C2=A0 =C2=A0pagesofadventur/trunk =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0------ downloaded 5 KB > A =C2=A0 =C2=A0pagesofadventur/trunk/.classpath =C2=A0...... downloaded 1= 5 KB > A =C2=A0 =C2=A0pagesofadventur/trunk/COMPILING ...... downloaded 25 KB > > Something that will either give the total bandwidth being consumed > (total size of the directory being downloaded in real-time or the size > of the file in real-time) either of them will be good. As of right now > I don't see or know how much data is being downloaded. > > a1. Also is there some sort of progress meter or something which can > be used ? Something like we get in wget ? > > b. At the moment, svn info gives very sparse information. I get > something like this only :- > > $ svn info > Path: . > URL: https://pagesofadventur.svn.sourceforge.net/svnroot/pagesofadventur/= trunk > Repository Root: > https://pagesofadventur.svn.sourceforge.net/svnroot/pagesofadventur > Repository UUID: 61f2b476-27aa-424f-a2cb-73af79cd3606 > Revision: 38 > Node Kind: directory > Schedule: normal > Last Changed Author: edwardlii > Last Changed Rev: 38 > Last Changed Date: 2010-12-28 22:34:51 +0530 (Tue, 28 Dec 2010) > > Now I know that whenever people make a changeset or do a svn push, > they usually comment the update/release whatever. How can I access > whatever comment the author has made ? > > > > Looking forward for answers to the above. > > Also is it just possible just to kinda browse/look in/get messages of > the newest svn commits and not the actual code ? > > I'm asking as I'm in a constrained bandwidth environment and have to > pick and choose when I can pull svn commits. It would be handy to just > get and read through the commit messages and decide when to pull them. > > Looking forward for answers. Just forgot, please CC me if you are answering as I'm not subscribed to the list. --=20 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Regards, =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Shirish Agarwal=C2=A0 =E0=A4=B6=E0=A4=BF= =E0=A4=B0=E0=A5=80=E0=A4=B7 =E0=A4=85=E0=A4=97=E0=A5=8D=E0=A4=B0=E0=A4=B5= =E0=A4=BE=E0=A4=B2 =C2=A0 My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3=C2=A0 8D70 950D 53FB 729A 8B17