You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jan Erik Moström <li...@mostrom.pp.se> on 2006/06/28 06:58:07 UTC

svn get "stuck" on one file

I'm running an older version of subversion (1.1 something I think) for a small
workgroup, we're using the svn protocol to access the repository.

Last week we met physically to work together for a few days and during that time
we used a WiFi network that had some problems (we lost connection frequently).

Back home, I'm trying to get my local copy up to date and issue a

    svn update

and not much happen, after trying this for several subfolders I identify one
folder which seem to be the cause of the problem. Stepping into this folder and
doing a "svn status" results in

    !      .

Since I can't do a "svn update" and "svn cleanup" doesn't seem to help I tried
fetching a new local copy but subversion "hangs" when it comes do a file

A    trunc/tc/x/y/z/aaa.doc
A    trunc/tc/x/y/z/bbb.doc

nothing happens after the line about "bbb.doc" has been printed.

Being no subversion expert but responsible for the repository I'm at a loss to
how I can fix this. I looked in the book and the FAQ but couldn't find anything
that "triggered my eye", does anyone has some advise on how to fix this?

                        jem

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


Re: svn get "stuck" on one file

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
Jan Erik Moström wrote:
> I'm running an older version of subversion (1.1 something I think)
> for a small workgroup, we're using the svn protocol to access the
> repository.
>
> Last week we met physically to work together for a few days and
> during that time we used a WiFi network that had some problems (we
> lost connection frequently).
>
> Back home, I'm trying to get my local copy up to date and issue a
>
>     svn update
>
> and not much happen, after trying this for several subfolders I
> identify one folder which seem to be the cause of the problem.
> Stepping into this folder and doing a "svn status" results in
>
>     !      .
>
> Since I can't do a "svn update" and "svn cleanup" doesn't seem to
> help I tried fetching a new local copy but subversion "hangs" when it
> comes do a file
>
> A    trunc/tc/x/y/z/aaa.doc
> A    trunc/tc/x/y/z/bbb.doc
>
> nothing happens after the line about "bbb.doc" has been printed.
>
> Being no subversion expert but responsible for the repository I'm at
> a loss to how I can fix this. I looked in the book and the FAQ but
> couldn't find anything that "triggered my eye", does anyone has some
> advise on how to fix this?

How are you doing the checkout itself? And are you using the command line 
client, or a graphical client like TortoiseSVN? Can you do the checkout 
successfully by logging into the SVN server and doing it locally? 

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