javascript - svn error, checked the information but could not find it
淡淡烟草味
淡淡烟草味 2017-07-05 10:54:34
0
5
1174


This kind of error occurs when uploading code to svn. I don’t know how to solve it. Can you help me find out how to solve it?

淡淡烟草味
淡淡烟草味

reply all(5)
淡淡烟草味


This is related to using Code Cloud. You can take a look at the svn usage instructions of Code Cloud http://git.mydoc.io/?t=153699

女神的闺蜜爱上我

Delete your local one, update it, and then modify and submit it?

学习ing

Delete this html file and update again

漂亮男人

It should be that the parent of your html or an ancestral directory has not been added to svn, resulting in the html file not being found

For example: svn add directory/file.extension
If the directory is not added to svn, an error will be reported
You should

svn add directory --depth=empty
svn add directory/file.extension

Of course the above two steps can be combined into one step
svn add --parents directory/file.extension

Reference: Add file to subversion, while automatically adding parent directory node(s) if not added already

学霸

There is a conflict, update first and then submit, keep good habits

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template