1

Getting error

File or directory 'shelves' is out of date; try updating

With BitBucket Server Svn Mirror when merging branch from git command line, or web interface. (This question differs from others about the same issue, as it's not related to TortoiseSVN or local SVN repository access).

enter image description here

Dmitry Pavlenko
  • 8,530
  • 3
  • 30
  • 38
Lev
  • 3,719
  • 6
  • 41
  • 56

1 Answers1

0

Its an TortoiseSVN on windows.

The solution for me is to svn update the directory, even though there are no revisions to download or update. It does something to the metadata, which magically fixes it.

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
  • "Its an TortoiseSVN on windows." - can you please explain, how does it relate to Bitbucket Server(ex Atlassian Stash)? – Lev Dec 06 '15 at 16:13