Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED]QtCreator and Subversion

[SOLVED]QtCreator and Subversion

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 2.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JustGreg
    wrote on 12 Apr 2013, 11:17 last edited by
    #1

    Hi!

    I'd like to use Subversion with QtCreator and I'm not really getting the whole idea behind it and any help would be really great. I'm new to Linux so there are things which are not trivial to me.

    What I want to do basically is uploading my (unversioned) 1.0-ish project into my repo at riouxsvn.com. I created a repo with tag-branch-trunk structure and I think 1.0 should go into the trunk.

    First I installed subversion via the terminal with 'sudo apt-get install subversion' successfully. The path is okay, 'svn help' is working. I read that I should import first my unversioned project into my repo with:

    @svn import <myprojectfolder> https://riouxsvn.com/svn/myprojectrepo@

    However, this give me a GNU-nano screen in the terminal and I don't know what to do here....When will be my repo login name/password asked?

    It is really confusing and frustrating :-(

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JustGreg
      wrote on 13 Apr 2013, 10:50 last edited by
      #2

      Nevermind, I managed to solve the problem. You need to add -m "some note" to the command line to avoid that gnu nano stuff, for example:

      @svn import -m "inital import" --username <myusername> --password <mypassword> <myprojectfolder> http://mysvnrepo.com/repo/myproject/trunk @

      Now, all the files in your local 'myprojectfolder' will be uploaded to your svn host.

      1 Reply Last reply
      0

      1/2

      12 Apr 2013, 11:17

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved