Results 1 to 2 of 2

Thread: svn problems

  1. #1

    Exclamation svn problems

    I have a project on google code and I want to add a file to it I am using xubuntu 8 so I need to use the terminal. I thought I had to put svn add and the file name but that did not work. Anyone know?

  2. #2

    Exclamation Re: svn problems

    I have figured it out. To upload a file:
    svn add file_name
    svn ci -m "message explaining changes" file_name

    I also learned how to delete a file:
    svn delete file_name
    svn ci -m "message explaining changes" file_name

    Hopefully that is helpful for someone else who is having trouble DO NOT USE SVN COMMIT THE SECOND LINE COMMITS CHANGES.

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
  •