From users-return-5269-daniel=haxx.se@subversion.apache.org Sat Oct 9 18:24:35 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=0.5 required=3.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o99GOYGj025068 for ; Sat, 9 Oct 2010 18:24:34 +0200 Received: (qmail 19801 invoked by uid 500); 9 Oct 2010 16:24:25 -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 Received: (qmail 19793 invoked by uid 99); 9 Oct 2010 16:24:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Oct 2010 16:24:25 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL Received-SPF: pass (athena.apache.org: domain of xiaohan2012@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qy0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Oct 2010 16:24:19 +0000 Received: by qyk4 with SMTP id 4so2234490qyk.16 for ; Sat, 09 Oct 2010 09:23:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=JovWnoUZko5GgKIA5eA2mSbvYeT0gsVTZrcGrdm2lJ4=; b=J932heFFWbbKLdtaW2xK15alE6+K7B1ig6EBUUkV9FT3iDwSyF2WW4zzCbNLdfdLnt k8bMUAGhw8gmPfaId8NRB79wUP7Vfpx+IKcJbAyLOqCePf6T4x9ehAM5h7pgfSpu+67f GzRiwHAZip48L/ls3S0x7rBuqRtLN2EQocyrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XIchxzGDjjZ5YmNMGVR8BIC18S3Cr3vICzb0J1j22e7ZVdRR0RmdP/F2lucMXgXqK4 Z4njMYO9AR2C3FKtzwNxHR5SvbGqOK+3WKvWGWQY2VvpQMdY51FHf+6VcAn1vn/IJT8C 2HvAWPepyKG17V3xFU4i0t7jOikaOKBgZa/x4= MIME-Version: 1.0 Received: by 10.224.199.9 with SMTP id eq9mr2777745qab.98.1286641437770; Sat, 09 Oct 2010 09:23:57 -0700 (PDT) Received: by 10.229.30.206 with HTTP; Sat, 9 Oct 2010 09:23:57 -0700 (PDT) Date: Sun, 10 Oct 2010 00:23:57 +0800 Message-ID: Subject: some confusion about subversion From: =?GB2312?B?0KTqzw==?= To: users@subversion.apache.org Content-Type: multipart/alternative; boundary=20cf300fb4c5da05630492318dfb X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Sat, 09 Oct 2010 18:24:35 +0200 (CEST) X-Friend: Nope --20cf300fb4c5da05630492318dfb Content-Type: text/plain; charset=ISO-8859-1 I am just new to subversion and encountered some confusion. I have set up a svn server on my ubuntu/linux. After creating an account called "test" under /var/svn(using svnadmin create /var/svn/test), I checked out the repository under "/home" directory. And all these went smoothly until when I tried to add some new files to the repository.... When I added some files using "svn add *filename" *and checked the files in the repository(/var/svn/test), I didn't find any filename that matched the files I have just added. So I wonder where my uploaded file goes. --20cf300fb4c5da05630492318dfb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I am just new to subversion and encountered some confusion.
I have set = up a svn server on my ubuntu/linux.
After creating an account called &q= uot;test" under /var/svn(using svnadmin create /var/svn/test), I check= ed out the=A0repository under "/home" directory.
And all these went smoothly until when I tried to add some new files = to the repository....

When I added some fil= es using "svn add filename"=A0and checked the files in the= =A0repository(/var/svn/test), I didn't find any filename tha= t matched the files I have just added.

So I wonder where my uploaded file goes.
--20cf300fb4c5da05630492318dfb--