Closed Thread
Results 1 to 3 of 3

Thread: SVN Problems

  1. #1
    Wanch Guest

    SVN Problems

    I try to add a new SVN repository using:

    Code:
    # svn add /home/user/repo
    but I keep getting these errors:

    Code:
    svn: '.' is not a working copy
    svn: Can't open file '.svn/entries': No such file or directory
    Can anyone help?

  2. CODECALL Circuit advertisement

     
  3. #2
    Jordan Guest
    That is the wrong command to add SVN repos. Use

    Code:
    # svnadmin create /path/to/repo

  4. #3
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    Out of curiosity what are you using it for?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. C# problems
    By IKICA in forum C# Programming
    Replies: 1
    Last Post: 04-25-2011, 08:52 AM
  2. C++ SDL problems
    By Ninjaboi in forum C and C++
    Replies: 4
    Last Post: 04-16-2011, 09:51 AM
  3. WPF Problems
    By PGP_Protector in forum C# Programming
    Replies: 0
    Last Post: 04-14-2011, 05:01 PM
  4. ASM w/ C++ problems
    By RobotGymnast in forum C and C++
    Replies: 0
    Last Post: 09-17-2008, 02:38 PM
  5. Problems
    By dirkfirst in forum HTML Programming
    Replies: 8
    Last Post: 10-12-2006, 06:00 PM

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