简体   繁体   中英

SVN upgrade fails

When I tried to update my working SVN copy, I got the following error message,

svn: E155036: Please see the 'svn upgrade' command
svn: E155036: Working copy '/path/to/repository' is too old (format 10, created by Subversion 1.6)

So I tried to execute the 'svn upgrade' command. At first everything seems to be working, for every file in working copy I get the following message,

Upgraded 'path/to/file'

After the process is finished with looping over my working copy files I get the following error message,

enter svn: E235000: In file '/SourceCache/subversion/subversion-62/subversion/subversion/libsvn_wc/entries.c' line 1713: assertion failed (base_node || below_working_node)
Abort trap: 6

I work on a Mac OS X 10.9 machine with SVN 1.7.

Can anyone help me?

Thanks in advance.

So, I was migrating my development files from an old system to a new system. The old system had an older version of tortoise SVN that used the _svn folder.

More recent versions of svn use the .svn folder.

svn upgrade didn't work, so I did the following:

1) Backed up the folder with the source code, just to be safe.

2) Deleted any _svn folders.

3) Deleted the outdated files from the SVN Repository using SVN Manager.

3) Imported the latest files into the repository.

4) Checked Out the files back into the folder with the latest files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM