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

Re: [PATCH] Stop resurrecting deleted files in ~/.subversion

From: Henrik Holmboe <elements_at_hack.se>
Date: 2003-03-04 21:04:00 CET

Hi list,

 I would like to raise this question again. I recently tried adding
 .subversion/config to a repository of my $HOME. It is currently not
 possible to run svn update from another box (below called
 box-b). What I did was (from my memory):

    box-a$ mv .subversion .subversion.tmp
    box-a$ svn mkdir .subversion

 And then moved the config in there, and somehow got it commited to the
 repository. Then on another box I can verify that it is supposed to
 be checked out with with the next update. Which fails like this:

    box-b$ svn up
    svn: Obstructed update
    svn: failed to add directory '.subversion': object of the same name
    already exists

 Then on box-a, I thought it was better to reverse things, so I issued
 svn delete .subversion/config and commited it. I was not able to
 delete the whole of .subversion (empty, only config in it, or fully
 populated):

    box-a$ svn delete --force .subversion
    D .subversion
    box-a$ svn ci -m'* .subversion: Removed this too...'
    Deleting .subversion
    svn: A problem occured; see later errors for details
    svn: Commit succeeded, but other errors follow:
    svn: Left locally modified or unversioned files
    svn: Error bumping revisions post-commit (details follow):
    svn:

 And it is still marked for upgrade and therefore preventing a full
 update on box-a.

    box-b$ svn st -uv | grep .subversion
    ? * .subversion

 So firstly I would like to request information on how to sanely
 resolve the issue at hand. Secondly, in my opinion this should be
 made possible in some way. I dont know whats the best solution, but
 maybe anyone of you do.

.henrik

-- 
  __________________________   _____________________________________
 /______________________    | [Henrik Holmboe, Stockholm, Sweden    ]
|    _________________ /|   | [Email  : henrik.holmboe[at]hack.se   ]
|   | |_______________|_|   | [Web    : http://elements.hack.se     ]
|   |/______________________| [IRC    : elements, irc.du.se (EFnet) ]
|__________________________/  [Cell   : +46 (0)8 2281884            ]
[ Network Engineer             OpenPGP: 0x723D4FFF                  ]
[ Planet X Systems, www.pxs.se "Carpe Noctem" -- H. Holmboe, 1995   ]

  • application/pgp-signature attachment: stored
Received on Tue Mar 4 21:05:00 2003

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

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