[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: URL issue

From: Peter Yamamoto <yamamotop_at_page44.com>
Date: 2006-08-27 10:44:06 CEST

Usage 2...

 C:\skate8c\skate>svn help switch
switch (sw): Update the working copy to a different URL.
usage: 1. switch URL [PATH]
       2. switch --relocate FROM TO [PATH...]

  1. Update the working copy to mirror a new URL within the repository.
     This behaviour is similar to 'svn update', and is the way to
     move a working copy to a branch or tag within the same repository.

  2. Rewrite working copy URL metadata to reflect a syntactic change
only.
     This is used when repository's root URL changes (such as a scheme
     or hostname change) but your working copy still reflects the same
     directory within the same repository.

Valid options:
  -r [--revision] arg : ARG (some commands also take ARG1:ARG2
range)
                             A revision argument can be one of:
                                NUMBER revision number
                                '{' DATE '}' revision at start of the
date
                                'HEAD' latest in repository
                                'BASE' base rev of item's working
copy
                                'COMMITTED' last commit at or before
BASE
                                'PREV' revision just before
COMMITTED
  -N [--non-recursive] : operate on single directory only
  -q [--quiet] : print as little as possible
  --diff3-cmd arg : use ARG as merge command
  --relocate : relocate via URL-rewriting
  --username arg : specify a username ARG
  --password arg : specify a password ARG
  --no-auth-cache : do not cache authentication tokens
  --non-interactive : do no interactive prompting
  --config-dir arg : read user configuration files from
directory ARG

-----Original Message-----
From: news [mailto:news@sea.gmane.org] On Behalf Of Michael Bieber
Sent: Saturday, August 26, 2006 5:15 PM
To: users@tortoisesvn.tigris.org
Subject: URL issue

@list,

while setting up a svn client/server combination I did some experiments
with repository access variants - actually I've switched from svn:// to
svn+ssh://. During working with the former variant, I performed a
svn+checkout
with tortoise and modified some pieces of code. My problem now is, that
tortoise seemingly demands the checkout's addressing mode (svn://) and
I'm unable to find a way to provide them the svn+ssh:// url for the very
same repository.
What I'm missing here?

MIcha
  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sun Aug 27 10:44:14 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.