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. The SVN Path
Forum Updated to NodeBB v4.3 + New Features

The SVN Path

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 157 Views 1 Watching
  • 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.
  • C Offline
    C Offline
    Cloud.Bu
    wrote on last edited by
    #1

    Hi,
    Recently , I want to design a simple .exe that can be used to help a newer in out team to load the code from SVN. Now I encounter a problem :
    if I want to switch the svn path of the local existing dir(already load from the svn), I firstly have to get the svn url path of the local dir and then modify it, so I try to use the QFileDialog::getExistingDirectoryUrl() API to get the remote code path of the dir , but it doesn't work, I can only get the local one.
    So , how can I solve the problem?
    Thx
    Cloud

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi and welcome to the forums

      Im not sure what information you are trying to get from the SVN server but
      Qt cannot really do that for you. you have to use the API.
      https://subversion.apache.org/docs/

      You could run the svn client via QProcess to make it do things on your behalf.

      1 Reply Last reply
      3

      • Login

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