Results 1 to 2 of 2

Thread: svn problem: help me clear the repository

  1. #1
    Join Date
    Feb 2007
    Location
    Philadelphia, USA
    Posts
    255
    Thanks
    43
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question svn problem: help me clear the repository

    I'm relatively new to svn, and I've gotten myself into a jam. I inadvertantly "imported" a large amount of data to my repository on sourceforge, and I no longer have the directory in which I did the accidental import.

    I want to clear it out and start over. One way to do this would be to do a "checkout" and then delete all files and then "commit". However, I don't want to have to download all that data, because it will take a long time.

    Is there an easy way to clear out a remote repository without first downloading?

  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: svn problem: help me clear the repository

    You can try:

    svn remove <URL>

    where <URL> is the top directory to remove from the repository (all data within it will be removed as well).

  3. The following 2 users say thank you to wysota for this useful post:

    magland (26th September 2007), sunil.thaha (26th September 2007)

Similar Threads

  1. Replies: 16
    Last Post: 7th March 2006, 15:57

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.