Вопрос: Как установить TortoiseSVN и произвести свои первые изменения в репозитарии?

 

Tortoise SVN Tutorial

Видео взято с канала: Jamie King


 

TortoiseSVN Demo

Видео взято с канала: Louis Everett


 

TortoiseSVN Features: Repository | Importing Project | Check Out | Reverting & Committing Changes

Видео взято с канала: eVideoTuition


 

How to install SVN Server & Tortoise SVN and add Project to Repository

Видео взято с канала: AshProgHelp Programming Help


 

SVN Basics SVN Check Out

Видео взято с канала: Test Management


 

Настраиваем популярный медиа центр. Дополнения и репозитории

Видео взято с канала: Смарт ТВ


 

Java+SVN. Урок 1: Установка плагина SVN для Eclipse и Tortoise SVN

Видео взято с канала: Vladimir Vysokomornyi


7 комментариев

  • Hey Louis, thanks for the great tutorial. I’m currently working alone on a project and was wondering, do I need to create the ‘tracked’ folder version of my project too? As it’s only me working on my project, couldn’t I just use the parent project folder that I added to my the archive? Thanks.:-)

  • Thanks for the tutorial. I have a question though. When I create a working copy I do not have a.svn folder that is created also, the file are the only thing that are created inside the working copy. Is the.svn folder showing because you enabled seeing hidden files & folders?

  • Very good. I liked it a lot. just started using SVN and It took me lot of time to search on the internet,how exactly to use svn from scratch. Let me tell you this is the only video I came across which has everything in it and perfectly explained. Do you have any other video for like how to get latest,how to check file is checked out by who, how to merge conflict things like that.

    Thanks a lot.

  • Thanks for the videos! Very helpful. Suppose I was given a SVN repository by a friend and copied the files to my local machine. How would I go about viewing the log history of every commit he and anyone else involved in the repository had done.?

  • No. The reason I created the tracked folder was to ensure the viewer realized the archive could be used to create more instances of the code. When students use it in a team they can each have their own copy of the code and they can have their own versions. Someone can work on an older version while another works on a more recent. Even when working alone I sometimes do that. If I’m working to fix a bug and I’m well along in my idea but not finished and I get an even better idea of how to fix it, I will create a new directory with an older version (before I started on my first idea of the fix) I can check the new idea out and if it doesn’t work I can dump it and go back to complete the first idea. Or if the second proves better, dump the first idea and take the second.

  • Голову можно сломать с одной только установкой. Я так понимаю, плагин для Эклипс и сам svn это разные вещи (поначалу я думал, что все скопом устанавливается). SVN установил через TortoiseSVN, ссылку на который нашел на сайте apache. Добавил путь Path в папку Tortoise/bin. На других сайтах подсказали как проверить через командную строку проверил, все ок. А вот ништяки для Eclipse нашел у Эклипс на сайте: https://www.eclipse.org/subversive/. Установка очень простая нужно зайти в downloads и перетащить ссылку прямо в Эклипс. Ну и тыцать на кнопки подтверждения. В конце-концов перспективы эти появились. Хотя я не знаю, может они и раньше были. Потому что есть какая-то Git (перспектива).

    P.S. Смотрите сначала и до конца, а потом пробуйте. Я первый способ посмотрел, поставил на паузу и начал пробовать. Нихрена не получалось. В итоге разобрался как написал, а потом досмотрел и увидел другие варианты.