Installed SVN server.
Created initial project.
Eros
Well,
it took me 10 minutes to do the job. I followed the following indications:
http://blogs.vertigosoftware.com/tea...r_Windows.aspx
Only problem was to find a working download site for SVNService and TortoiseSVN.
I found and alternative for SVNService here: http://www.robgonda.com/blog/files/r...SVNService.zip
TortoiseSVN can find in many download sites, just type "TortoiseSVN + Download" in Google.
Anyhow, in my virtual machine seems working all correctly. I also was able to connect via network from another computer to simulate a net client and all was fine. I was also able to setup different projects with different authorization groups/users. So I'm quite ready to setup on thinbasic.com machine. I still have to understand if Apache or IIS are needed or not. Maybe just for using SVN via web but I do not want to access sources via web but only via Tortoise client.
Tortoise is very nice. It 100% integrates with Explorer and the right click menu on files and folders. I will give more details via PM when finished the job on thinbasic.com
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Installed SVN server.
Created initial project.
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
THANK YOU!!!
I'm now trying to implement an email system notification for some events that can occur in a repository.
For example when a commit takes place or when a lock is requested.
Those events should be notified to the user group via email (for the moment).
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
A little step further on SVN configuration.
I've just discovered I can define some hooks when events occurs.
And I've discovered I can integrate thinBasic scripts to be executed when such events occurs.
Events can be one of the following: http://svnbook.red-bean.com/en/1.2/s...n.create.hooks
I will see what I can do.
Ciao
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Man, that is cool. I'm glad you can do this.
For a personal local PC version of SVN, I suggest to download and install VisualSVN from http://www.visualsvn.com/server/
It contains all you need to manage your local development versioning.
Than if not already installed, install TortoiseSVN from http://www.visualsvn.com/visualsvn/d...d/tortoisesvn/
You should be able to start in few minutes.
Eros
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Bookmarks