TortoiseSVN error's when pushing to Codeplex

I'm trying to submit a project to codeplex - and I can't push up my source code so I'm now 15 days away from having it deleted off their servers.

I'm using tortoisesvn and have never had this issue w/ my own svn server.

Here's the log from my commit:

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)

I'm using the most recent version of TortoiseSVN.


When you work with SVN URL, always have trailing slash in URL. I think, you have wrong (this way) URL of repo in your WC


I hate to make this the answer - but I've moved to a new laptop and since @Vorspire's answer - I just tried a plain ol' commit. It worked.

I'm running TortoiseSVN 1.7.6 on my new laptop.

Also - just checking as per @Lazy Badger's reply - I still don't have the trailing "/" - so... I guess it's the version and a "works on my machine" answer now.


I've recently had this problem with CodePlex, where I changed the ignored/unversiond files, and resolved it to some extent.

Instead of trying to commit the changes, which resulted in the error every time, I opened the Repo Browser (TortoiseSVN) for my local repository and deleted the newly ignored/unversioned files.

This action caused an automatic commit/update which removed the files from the remote repo and partially solved the problem. The next step was to delete everything in my local repo, except the '.svn' directory, then use the SVN Update option to download the entire project again.

I can now continue with my commits without the error and was able to successfully delete the newly deleted/unversioned files from the remote repo.

Hope this helps.

链接地址: http://www.djcxy.com/p/57296.html

上一篇: AppHarbor是否支持SQL Server数据库项目?

下一篇: 推送到Codeplex时出现TortoiseSVN错误