LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Error during SVN Repo Access through EClipse? (https://www.linuxquestions.org/questions/linux-server-73/error-during-svn-repo-access-through-eclipse-665484/)

your_shadow03 08-26-2008 06:51 AM

Error during SVN Repo Access through EClipse?
 
Hello Guys,

I am facing an issue during accessing SVN Repository running on Red Hat System from remote Windows Machine.When I am trying to access through Eclipse it reports an error saying "fsfs" error.

Why its Behaving so?

John VV 08-27-2008 12:20 AM

on my windows install i put MinGW and CygWin on it so i con use bash
that way svn is easy
Example: for celestia
Code:

to check out
svn co https://celestia.svn.sourceforge.net/svnroot/celestia celestia
to update
svn up https://celestia.svn.sourceforge.net/svnroot/celestia celestia

i have never liked using a gui for cvs or svn
-------------------------
do you need to enter a user name " anonymous " or your name
and a password ( for " anonymous " sometimes not or just your e-mail address )
that needs to be put into Eclipse so dose the command for check out or update
a bit of googling here is a how to
http://wiki.eclipse.org/SVN_Howto


All times are GMT -5. The time now is 11:37 AM.