Results 1 to 13 of 13

Thread: Qt5 Subversion Integration

  1. #1
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    24
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt5 Subversion Integration

    I've tried following every guide I could find on the subject to no avail.
    I've installed SlikSvn and the IDE recognizes it. The Subversion Panel of my Options window looks fine.
    It's the General tab that's giving me trouble. I'm not sure what to put in all those lines.
    And when I give it something, anything, it won't give me the option to choose Subversion version control when I start a new project.

    How do I do this right? Please help.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt5 Subversion Integration

    What are we talking about here? Do you mean Qt Creator or some application of yours?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    24
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt5 Subversion Integration

    Qt Creator. I'm trying to get Subversion integration so I could save my projects.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt5 Subversion Integration

    So what exactly is the problem?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    24
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt5 Subversion Integration

    I don't know how to configure Qt for Subversion. I obviously did something wrong because, when I start a new project, I don't get the option of choosing subversion for version control.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt5 Subversion Integration

    I don't get that option too but subversion support works just fine once the repository is in place.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    24
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt5 Subversion Integration

    How do I set it up?
    Assuming I already have an existing project.

  8. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt5 Subversion Integration

    It depends on the client you're using. I'm using commandline, so assuming you have a repository somewhere (created with svnadmin create or equivalent) you do svn import and you're done.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  9. #9
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    24
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt5 Subversion Integration

    I'm using SlikSvn. It's also a command line client.
    I wanted to set it up with Google Code as a repository.
    Now, I got the authentication and the right address for the repository but where do I put it in?
    I can't find anywhere in my project to tell it to use that and when I start a new one there isn't even an option to use Subversion.

  10. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt5 Subversion Integration

    I don't know your client so it is hard for me to help you. If it conforms with the syntax of the classic client then you can put your credentials into QtCreator configuration. If not, then checkout the repository manually, making sure the client stores the user and password in the repository as well and you won't need to worry about providing the password again as the client will pick it up automatically.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  11. #11
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    24
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt5 Subversion Integration

    So I understand that I should check out the empty repository and then move over my project's files and everything will be alright?

  12. #12
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt5 Subversion Integration

    Yes, I think that's the easiest approach. Just remember to add those files to the repository.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  13. #13
    Join Date
    Sep 2010
    Location
    Israel
    Posts
    24
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt5 Subversion Integration

    Seems to have worked perfectly. Thanks.

Similar Threads

  1. improved subversion plugin
    By Bavooo in forum Qt Programming
    Replies: 3
    Last Post: 11th March 2012, 21:15
  2. Subversion APIs
    By dholliday in forum Qt Programming
    Replies: 3
    Last Post: 25th March 2011, 09:31
  3. Replies: 4
    Last Post: 1st November 2010, 21:28
  4. QT and Subversion
    By TomASS in forum Qt Tools
    Replies: 1
    Last Post: 18th September 2009, 23:25
  5. Eclipse Integration sans Integration
    By ChrisW67 in forum Qt Tools
    Replies: 3
    Last Post: 17th March 2009, 08:29

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.