BackupGGCode / django-sms

Adds SMS capabilities to Django
0 stars 0 forks source link

No Code in Repository! #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Please put the code in repository - I'd love to try it out!

Just ran a checkout:
svn checkout http://django-sms.googlecode.com/svn/trunk/ django-sms-read-only

And got nothing back : (

Original issue reported on code.google.com by bisha...@gmail.com on 24 Mar 2008 at 8:50

GoogleCodeExporter commented 9 years ago
This looks like fun, but having some source would be good!
-hh

Original comment by Chris.Mc...@gmail.com on 25 Apr 2008 at 4:49

GoogleCodeExporter commented 9 years ago
yes there is no code :( 

Original comment by guramada...@gmail.com on 19 Oct 2008 at 4:40

GoogleCodeExporter commented 9 years ago
It's very easy:

svn co http://django-sms.googlecode.com/svn/trunk/ /my/svn/project/dir
cp -a /my/local/project/dir /my/svn/project/dir/trunk
svn add /my/svn/project/dir/trunk
cd /my/svn/project/dir/
svn ci

Original comment by pablo.ca...@gmail.com on 4 Nov 2008 at 10:01

GoogleCodeExporter commented 9 years ago
added the code

Original comment by mattdenn...@gmail.com on 13 Nov 2008 at 11:21