Re: [EXT] Re: I think I found a Bug on SVN Cleanup
Nathan Hartman <[email protected]> Thu, 17 Apr 2025 15:19:22 -0400
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <CAJT2EHq5BJ=VUSz=YEum50TcQuLTeHDV=RcTNp91aO06iHVxVg@mail.gmail.com> |
On Thu, Apr 17, 2025 at 9:59 AM Jan Kohlmeyer <[email protected]> wrote: > Hi Daniel, > > > > - What will be deleted? > > > > the external Folder in my Repo will be deleted. > > If I have > > > Path: a/b/c > > Url: ^/../OtherDir > > > > And do svn cleanup --include-externals it will not be updated and with svn > cleanup --remove-unversioned --include-externals, > > the Directory ‚c‘ will be deleted in my local copy that I run the cleanup > on. > > Than I can run Update-Command and the ‚c‘ Folder will be checked out again. > Hi Jan, Which directory are you in when you run "svn cleanup --remove-unversioned --include-externals"? If you are in that same directory (the one where you run the cleanup command) and you run "svn status", does it show the 'c' directory with a '?' in the first column? Does "svn status" show anything you might consider unusual? Thanks, Nathan