andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

Obtaining code by SVN not working #103

Closed somerandomguy03 closed 5 years ago

somerandomguy03 commented 5 years ago

When I enter the following into terminal:

svn co https://github.com/andrewshilliday/garage-door-controller/trunk ~pi/garage-door-controller

I get:

bash: svn: command not found

Any ideas why? Did GitHub change something?

andrewshilliday commented 5 years ago

That error indicates that you do not have subversion installed on your local computer.

On Sat, Jan 12, 2019 at 4:30 PM somerandomguy03 notifications@github.com wrote:

When I enter the following into terminal:

svn co https://github.com/andrewshilliday/garage-door-controller/trunk ~pi/garage-door-controller

I get:

bash: svn: command not found

Any ideas why? Did GitHub change something?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andrewshilliday/garage-door-controller/issues/103, or mute the thread https://github.com/notifications/unsubscribe-auth/AAS2wqWfQUZoByWmkY-lEr_W1ktzWOuDks5vClPmgaJpZM4Z8259 .

somerandomguy03 commented 5 years ago

Indeed, subversion was not installing properly. Kept getting errors. Decided to pull the SD card, completely wipe it and start over. Everything is working great now. We had a few power surges that seemed to corrupt the OS, which is why I was attempting to reinstall your app in the first place. Seems the card was in worse shape than I thought. All is working now! Thanks, again, for sharing this great project!