-
Notifications
You must be signed in to change notification settings - Fork 0
sourceControlSVN
From the TortoiseSVN webpage, TortoiseSVN is "an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension." Since it doesn't require the Subversion command line client to run, it's more easier to use.
Go to TortoiseSVN download page. Choose your OS, and you'll download the TortoiseSVN installer. Run the installer and follow the instructions. Keep all the options default. After git is installed, search for and use Git Bash to open the command line. There are also GUIs for git, but its good to know the command line.
1 Go to your Github page and find the repository you want
2 There is a "Subversion" option on the right side toolbar, click it and copy the link by using the button after the URL
3 Go to the folder on your computer where you want to clone the repository to, right click and choose the "SVN Checkout"
4 After choose "OK", the repository is finished to clone on your computer
1 IMPORTANT!
****When you're committing, always do a pull before doing a commit in case of merge conflicts. ****
The other reason is for you to test your code before committing if someone else made any changes. This hasn't happened much in the lab since people usually work on different files/part of projects but when you work more closely with others, this happens quite often.
2 Right click the folder you want to commit and choose the "SVN commit..."
3 You can write the logs for your changes under the "Message"
4 After you finish the message, you can choose the files you want to commit and click "OK"
5 After choose "OK", the file is finished to commit to your repository
-
Quickforms Basics
-
Tutorials
- Setup Tutorials
- App Development Tutorials
-
Assignments
-
Project
-
Applications
-
Quickforms Advanced
- Project With Database
- Advanced Setup
- HealthApp with Database
- Source Control
- Joining the Team
- Cordova Native Application
- Miscellaneous
- Project With Database
-
-
Form Controls
-
App Controls
-
Report Controls
-
Server Controls
-
Quickforms DAO
-
Email Notification
-
Migrating QuickForms3(Test Server) to QuickForms(Production-Server)