Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: SVN - HowTo?

  1. #11
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: SVN - HowTo?

    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

  2. #12
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: SVN - HowTo?

    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

  3. #13

    Re: SVN - HowTo?

    THANK YOU!!!

  4. #14
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: SVN - HowTo?

    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

  5. #15
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: SVN - HowTo?

    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

  6. #16

    Re: SVN - HowTo?

    Man, that is cool. I'm glad you can do this.

  7. #17
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: SVN - HowTo?

    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

Page 2 of 2 FirstFirst 12

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •