On Sat, 2007-01-13 at 03:33 +0100, Michael Biebl wrote: > Ross Boylan wrote: > > Package: kdesvn > > Version: 0.11.0-1 > > Severity: normal > > > > Summary > > ======= > > > > 1) Files in the working copy don't display, even after adding them and > > committing. This seems to go away on restart. > > 2) When I select the top directory of the working copy and click the > > green + icon (or use the menu subversion | working copy | add selected > > files or dirs) I get the error "The entry /home/myname/myproject is > > versioned - break". This persists even with restart. > > Well, you can't add a directory which is already versioned (and the > toplevel directory obviously is). So the error message is pretty clear. I think "you can't add xxx because it is already under version control" would be clearer. I'll admit the existing error message seems reasonably clear in retrospect.
The only reason I attempted the operation was that I couldn't see the file I wanted to add. > > > Maybe the 2 are related, because I'm supposed to select something that > > is not in version control when I try to add files/or dirs, but I > > couldn't since no files were displayed? > > Are you sure these items are not hidden by svn:ignore? > Change the settings Settings->Subversion->Show ignored files and please > try again. > That setting is already on. At any rate, the file name should not be ignored, and it is not ignored when I start a new copy of kdesvn. I was able to reproduce this using the following steps. [EMAIL PROTECTED]:~$ mkdir test1 [EMAIL PROTECTED]:~$ date; svn mkdir http://localhost/svn/scratch -m "play area" Tue Jan 16 17:14:15 PST 2007 Committed revision 708. [EMAIL PROTECTED]:~$ date; svn mkdir http://localhost/svn/scratch/test1 -m "scratch project" Tue Jan 16 17:14:39 PST 2007 Committed revision 709. [EMAIL PROTECTED]:~$ svn co http://localhost/svn/scratch/test1 Checked out revision 709. [EMAIL PROTECTED]:~$ kdesvn & I opened test1 (the work area in kdesvn) and then created a file silly.c in that directory using an editor (i.e., not in kdesvn). kdesvn does not show it. I open another copy of kdesvn; it does show silly.c. Using that copy, I add the file and commit it. It still doesn't show up in the first window. I did an update in the first window; the file still doesn't show. BTW I was also a bit surprised that when I File | open and entered "test1" in the dialog that came up I got "could not open url test1". I was able to open it by clicking on the folder icon and selecting the directory. Entering file:://test1 (or various variations of that) also didn't work. P.S. I guess when I tried to add the directory I wanted this kind of behavior (from the svn book): Normally, the command svn add * will skip over any directories that are already under version control. Sometimes, however, you may want to add every unversioned object in your working copy, including those hiding deeper down. Passing the --force option makes svn add recurse into versioned directories: -- Ross Boylan wk: (415) 514-8146 185 Berry St #5700 [EMAIL PROTECTED] Dept of Epidemiology and Biostatistics fax: (415) 514-8150 University of California, San Francisco San Francisco, CA 94107-1739 hm: (415) 550-1062 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

