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

repo switching

From: Marcin Gil <mgil_at_vernet.pl>
Date: 2003-10-25 08:19:11 CEST

Hi!

My Subversion tournee continues.. :)

With repo set up at repo.vernet.pl:
- location on server: /home/svn;
- projects within: bip/trunk, bip/branches

I've added and then committed some files to bip/trunk:
% cd ~/devel/
% svn co svn+ssh://repo.vernet.pl/home/svn/bip/trunk bip
  (bip directory exists and contains some files)
% cd bip
% svn add *
% svn commit -m "message"

Everythin goes fine.. Next day I've created working copy directly
on repo server, modified some files, commited.

Now I thought that doing
% cd ~/devel/bip
% svn update

will do the thing.. It does not. The command just returns empty to
prompt. Same with svn status. So I tried to switch the repo:

% svn switch svn+ssh://repo.vernet.pl/home/svn/bip/trunk .
svn: Connection refused
svn: Can't connect to host 'repo.vernet.pl'

But if I do
% svn co svn+ssh://repo.vernet.pl/home/svn/bip/trunk somedir
everything goes fine!

Maybe my config on repo server is T.F.U. but I can't solve the mystery..
Someone help me?

Thanks

-- 
  Marcin Gil
    email#   mgil : vernet pl | GaduGadu ID# 185057
    JID# dentharg : chrome pl | 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 25 08:20:44 2003

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

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