You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Marcin Gil <mg...@vernet.pl> on 2003/10/25 06:19:11 UTC

repo switching

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