Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3584210256 for ; Fri, 23 Aug 2013 21:12:11 +0000 (UTC) Received: (qmail 19765 invoked by uid 500); 23 Aug 2013 21:12:10 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 19748 invoked by uid 500); 23 Aug 2013 21:12:10 -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 17672 invoked by uid 99); 23 Aug 2013 21:09:28 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FROM_LOCAL_NOVOWEL,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jvsrvcs@gmail.com designates 209.85.216.44 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KCRRwltvWjWeT9N1ZvyLA4iFtG/blrCMwUxyFqf1N90=; b=rzBnB6x+NMWP7UKP42PLSRLcmW5nzUc/A7vHg0283Q6/OtlGjh2A10Caa7CdaqRCWo zNWclpmDxFb8Q1bcEBHA2757a15Myx7GGrfJEgWzZivynp0c/aKyumAtCVNDAPKQPKZT 4406NAIrNMEzbNI2eqM/vqdmP7Na5vzFnfZy7wM6Xb6JvgTh+QbPoXNas2wZlS18CkSX JnadlW7fUvO48gHyyr76yPRgopBufvYtRNCqGlKvHXTpdR/3VJDvVkAyo3RqV1ro7rEt FcFa6jYEbDYE295C3mFgWZDjnYkicYJP6gpauquuO0WN9Rb/iyP+h0HcNtgsWHONj0WE E4sw== MIME-Version: 1.0 X-Received: by 10.224.95.1 with SMTP id b1mr1171735qan.40.1377292140572; Fri, 23 Aug 2013 14:09:00 -0700 (PDT) Date: Fri, 23 Aug 2013 15:09:00 -0600 Message-ID: Subject: how to simply : $svn update ? From: Jay Vee To: users@subversion.apache.org Content-Type: multipart/alternative; boundary=001a11c351e8ca77e204e4a3d0c9 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c351e8ca77e204e4a3d0c9 Content-Type: text/plain; charset=ISO-8859-1 I do '$svn status' and get that I am at a certain revision Type 'svn help' for usage. cpu:/dir>svn update At revision 32933. This leads me to believe that I am fully sync'd with the repo since it pulled nothing back. --- I do svn status and see something surprising cpu:/dir>svn status ? src/main ? src/test/java ? src/test/resources/META-INF means the above files are not added and do not exist in the remote repo (but yes they indeed exist there, If I do a fresh checkout, I see these directories there with many files. --- I have not touched this project, and have no idea why it is out of whack. What I want to do is force sync with the repo. When I google on this, I am taken down long tunnels in various caves with so many confusing solutions. In my head, I think I should simply be able to do: $svn --force update or something simple like that. How do I do this? --- --001a11c351e8ca77e204e4a3d0c9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I do '$svn status'
and get that I am at a certain revision

Type &= #39;svn help' for usage.
cpu:/dir>svn update
At revision 32933.

This leads me to believe that I am fully sync'd with the repo since i= t pulled nothing back.

--- I do svn status an= d see something surprising

cpu:/d= ir>svn status
? =A0 =A0 =A0 src/main
? =A0 =A0 =A0 src/test/java
? =A0 =A0 =A0 src/test/resources/META-INF

means the above files are not added and do not exist in the remote repo (bu= t yes they indeed
exist there, If I do a fresh checkout, I see these directories there= with many files.

---
I have not touched this proje= ct, and have no idea why it is out of whack.

What I want to do is f= orce sync with the repo. =A0When I google on this, I am taken
down long tunnels in various caves with so many confusing solutions.
<= div style=3D"font-family:arial,sans-serif;font-size:13px">
In my head, I think I s= hould simply be able to do:
=A0 $svn --force= update
=A0= =A0
=A0 or = something simple like that.
=A0=A0
=A0 How do I do this= ?
=A0=A0
---
--001a11c351e8ca77e204e4a3d0c9--