Ticket #225 (closed task: fixed)
looking for files in wrong places
| Reported by: | mmodem | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | All | Version: | 0.14.x |
| Severity: | tweak | Keywords: | |
| Cc: |
Description
I have a svn repo in $HOME/mandriva and when running konqueror and use kdesvn integration and when selecting some svn local dir it outputs this:
Checking for updates started in background '/home/mmodem' is not a working copy Unable to read file '/home/mmodem/.svn/entries': File or folder not found Still checking for updates Still checking for updates Still checking for updates Checking for updates finished There are new items in repository Update /home/mmodem/mandriva/drakvirt/drakvirt.pot Pristine state was modified. Update /home/mmodem/mandriva/drakvirt Update complete /home/mmodem/mandriva/drakvirt (Rev 232571) Finished '/home/mmodem' is not a working copy Unable to read file '/home/mmodem/.svn/entries': File or folder not found
As we can see it looks for a file '/home/mmodem/.svn/entries' but i dont get why it looks for that file when the repository exists in /home/mmodem/mandriva
Attachments
Change History
comment:1 Changed 5 years ago by alwin
- Status changed from new to closed
- Type changed from defect to task
- Resolution set to fixed
- Milestone not applicable deleted
comment:2 Changed 5 years ago by anonymous
As a workaround: Put "ksvn+file:/" instead of " file://" in front of the path of the repository. Or open the repository in Kdesvn and then click Subversion > Repository > Check out current repository-path. The "ksvn+file:/" should now be prepened to the path of the working directory. Otherwhise the dialogue should be the same as in Subversion > Common > Checkout a repository.

this is ok, kdesvn looks in parent folder if it would be a working copy, too and if yes searches for special properties.
But it is made a little bit better meanwhile, next release will suppress some of that messages.