Menu

Download library sourcecode

asy proger

Download sourcecode

Create a subversion workingcopy

Subversion lets you incrementally update your working copy.
Beeing am member of the development team it lets you commit changes you made to the library.

Create an empty project folder e.g. "AsncWcfLib" with a new file "checkout.cmd"
containing the following subversion commandline:

svn checkout http://svn.code.sf.net/p/asyncwcflib/code/trunk trunk



When "checkout.cmd" runs unsuccessful, you should try the following:

  • Give execute-rights to your "checkout.cmd" file and try to run it again.
  • Open a command window under windows: Start-Run "cmd".
  • Open a terminal shell under ubuntu : Applications-Accessories-Terminal.
  • Change to your project directory : type e.g. "cd Projects/AsyncWcfLib"
  • Copy, paste and run the svn commandline from above.

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.