https://github.com/sunilvijayan7/testsvnautomation
Testing the SVN Automation, Commit etc
https://github.com/sunilvijayan7/testsvnautomation
automate automation csharp svn svn-checkout svn-command svn2git
Last synced: 12 months ago
JSON representation
Testing the SVN Automation, Commit etc
- Host: GitHub
- URL: https://github.com/sunilvijayan7/testsvnautomation
- Owner: sunilvijayan7
- Created: 2020-08-27T16:58:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T20:28:47.000Z (about 5 years ago)
- Last Synced: 2025-04-25T08:44:01.036Z (about 1 year ago)
- Topics: automate, automation, csharp, svn, svn-checkout, svn-command, svn2git
- Language: C#
- Homepage:
- Size: 77.1 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
:blush: :blush: :blush: TestSVN - Automate code setup or build process of an application through SVN
This project is a c# console application build in my college days to Automate code setup or build process through SVN
The application built in C# and it has all Command line tools which will install svn.exe, that is helpful to pull code, rename, delete, etc. Using a command prompt instead of SVN GUI.From the command line we can pass the command 'checkout' to pull the code followed by SVN URL, local path, user name and password. Similarly, we can use other commands such as delete, rename for deleting and renaming items.
Features
Technologies Used
- Install SVN
- Automate Code Checkout
- Pull code, rename, delete
- Avoid SVN GUI
- C#
- SVN
Other Features
Screens