推送到Codeplex时出现TortoiseSVN错误
我试图将一个项目提交给codeplex--并且我无法推送我的源代码,所以我现在距离它们的服务器被删除了15天。
我使用的是tortoisesvn,并且从来没有将这个问题带到我自己的svn服务器上。
以下是我提交的日志:
D:DevelopmentChildLinksUpgrade
D:DevelopmentChildLinksUpgradeChildLinksUpgrade
D:DevelopmentChildLinksUpgradeChildLinksUpgradeChildLinksUpgrade.csproj
D:DevelopmentChildLinksUpgradeChildLinksUpgradeImportModule.cs
D:DevelopmentChildLinksUpgradeChildLinksUpgradeLicense.txt
D:DevelopmentChildLinksUpgradeChildLinksUpgradeProperties
D:DevelopmentChildLinksUpgradeChildLinksUpgradePropertiesAssemblyInfo.cs
D:DevelopmentChildLinksUpgradeChildLinksUpgradeReleaseNotes.txt
D:DevelopmentChildLinksUpgradeChildLinksUpgradeViewChildLinksUpgrade.ascx
D:DevelopmentChildLinksUpgradeChildLinksUpgradeViewChildLinksUpgrade.ascx.cs
D:DevelopmentChildLinksUpgradeChildLinksUpgradeViewChildLinksUpgrade.ascx.designer.cs
D:DevelopmentChildLinksUpgradeChildLinksUpgrade_readMe.txt
D:DevelopmentChildLinksUpgradeChildLinksUpgradeweb.Debug.config
D:DevelopmentChildLinksUpgradeChildLinksUpgradeweb.Release.config
D:DevelopmentChildLinksUpgradeChildLinksUpgradeweb.config
Commit failed (details follow):
At least one property change failed; repository is unchanged
The PROPPATCH request returned invalid XML in the response: XML parse error at
line 1: no element found (/svn/!svn/wrk/1c9ef6fb-1a14-9348-afe4-7a1d77a51333)
我正在使用最新版本的TortoiseSVN。
当您使用SVN URL时,始终在URL中使用尾部斜杠。 我想,你在WC中有错误的(这种方式)回购网址
我不想让这个答案 - 但我已经转移到一台新的笔记本电脑,因为@ Vorspire的答案 - 我只是尝试了一个纯粹的提交。 有效。
我在我的新笔记本电脑上运行TortoiseSVN 1.7.6。
此外 - 只需根据@Lazy Badger的回复进行检查 - 我仍然没有结尾的“/” - 所以...我想现在是我的机器上的版本和“适用于我的机器”的答案。
我最近在CodePlex上遇到了这个问题,我在那里更改了忽略/未版本的文件,并在一定程度上解决了它。
我没有试图提交每次都会导致错误的更改,而是打开了本地存储库的Repo浏览器(TortoiseSVN),并删除了新忽略/未版本化的文件。
此操作会导致自动提交/更新,从远程回购中删除文件并部分解决问题。 下一步是删除我的本地仓库中的所有内容,除了'.svn'目录,然后使用SVN Update选项再次下载整个项目。
我现在可以在没有错误的情况下继续提交我的提交,并能够成功删除远程回购中新删除/未版本控制的文件。
希望这可以帮助。
链接地址: http://www.djcxy.com/p/57295.html上一篇: TortoiseSVN error's when pushing to Codeplex
下一篇: Display Tabbed Documents Vertically instead of Horizontally