2 votes
subversion timeout value not saved correctly to XML

Description

 
When configuring the SVN sourcecontrol for my project, I try to set a timeout value of 40 minutes (using the Unit & Duration UI fields).
This is what it saves to XML:

<sourcecontrol type="svn">
<trunkUrl>svn://myrepo/trunk</trunkUrl>
<workingDirectory>e:\svn\trunk</workingDirectory>
<username>*****</username>
<password>******f</password>
<timeout unit="Minutes"/>
</sourcecontrol>


IOW, the timeout value is missing. If I try to use the Default units and just specify the duration the timeout element is simply empty:
<timeout />

File Attachments


No files are attached


Comments

most recent at top (show oldest at top)

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987