Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:\Development\ChildLinksUpgrade
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\ChildLinksUpgrade.csproj
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\ImportModule.cs
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\License.txt
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\Properties
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\Properties\AssemblyInfo.cs
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\ReleaseNotes.txt
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\ViewChildLinksUpgrade.ascx
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\ViewChildLinksUpgrade.ascx.cs
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\ViewChildLinksUpgrade.ascx.designer.cs
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\_readMe.txt
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\web.Debug.config
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\web.Release.config
D:\Development\ChildLinksUpgrade\ChildLinksUpgrade\web.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.

like image 268
ajwaka Avatar asked Feb 02 '12 18:02

ajwaka


2 Answers

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

like image 119
Lazy Badger Avatar answered Sep 19 '22 14:09

Lazy Badger


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.

like image 34
ajwaka Avatar answered Sep 21 '22 14:09

ajwaka