I should have been more clear, when i want to download the reposity with TortoiseSVN it asks for authentication.
Try watching the space on Assembla. At one point before ntl3fty had write privileges, he marked himself as watching the space and could freely check it out. However, from my own tests, I have no issue.
Quote:
Roy Khan says
hey
see if u can
check out the repo
subversion.assembla.com/svn/conquerserverv3/
or if it asks u for a user/pw
Evan Juneau says
yep, it works.
doesn't ask
Quote:
Originally Posted by shadowman123
Feeling Excited .. So what Are Requirements ?
Not really much. There isn't much for people to do at this point though because we're yet to reach the point where the source is flexible to develop on. At this time, we're still documenting packets as well as file structures (still need to do itemadd.ini and magictype.dat)
Try watching the space on Assembla. At one point before ntl3fty had write privileges, he marked himself as watching the space and could freely check it out. However, from my own tests, I have no issue.
EDIT: Was trying to import instead of checkout. FML
I just checked it out and it didn't ask for authentication so you're most likely doing something wrong, you sure that you're using the correct link and stuff?
Set a breakpoint and see what the value of db.Value is. The most common error with an String > Integer cast is that the value is too small or too large. Assuming that defaults to Int32.Parse, your maximum value is 2147483647 (0x7FFFFFFF)
Another problem could be that the string db.Value is not in the format of an integer.