svn: E160013: '/svnroot/cmusphinx/trunk/cmuclmtk' path not found - cmusphinx

I am trying :
sudo svn co https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/cmuclmtk
But I get:
svn: E170013: Unable to connect to a repository at URL 'https://cmusphinx.svn.sourceforge.net/svnroot/cmusphinx/trunk/cmuclmtk'
svn: E160013: '/svnroot/cmusphinx/trunk/cmuclmtk' path not found
What is the problem and How can I fix it? I wanna use cmuclmtk to create a language model.

Related

Unable to access cvs public repository anonymous access

I am trying to migrate cvs to git repository. I tried to test how it works. So I tried to access cvs public repository using the doc
There is support to access cvs repositories with an anonymous account with an empty password, but I am unable to access it.
cvs -d :pserver:anonymous#cvs.infodrom.org:/var/cvs/$repository login
Logging in to :pserver:anonymous#cvs.infodrom.org:2401/var/cvs/config
CVS password:
cvs [login aborted]: unrecognized auth response from cvs.infodrom.org: /usr/bin/cvs: unrecognized option '--allow_root=/var/cvs/debian'
How can I access cvs repository with an anonymous user?
Two points:
Try using infodrom rather than config as a $repository value as that's what's documented here: http://www.infodrom.org/projects/cfingerd/cvs.php and in similar projects i.e.
cvs -d :pserver:anonymous#cvs.infodrom.org:/var/cvs/infodrom login
You normally need the whole server-side repo to do a proper cvs2git, not just a client-side checkout. Which you cannot get from a repo on the web, you can only get if you are the sysadmin on your own cvs repo.

Fail to Commit [ Tortoise Assembla

Got this message when try to commit new folder to the SVN.
Commit failed (details follow):
Server sent unexpected return value (405 Method Not Allowed) in response to MKCOL request for
How can i overcome this error. Thank you
This error usually happens when the directory already exists in SVN repository.
Try the following:
Save your folder outside your SVN working copy
Undo Add
Do SVN Update on parent's folder; The folder should me added
Overwrite this newly added folder with the copy made outside SVN

User is not able to commit code in SVN tortoise

We have Four SVN users who work on a common project. The network environment is windows active directory based domain.Three users don't have any issues but fourth user faces issue while committing in SVN tortoise which is below:
Commit commit
Adding 'e:\projects\project1\tran.php'
Error Commit succeeded,but no other errors follow:
Error Error bumping revisions post-commit(details follow):
Error Can't set file
Error 'e:\projects\project1\tran.php'
Error read-write:Access is denied.
Error bumping revisions post-commit
Means: this user have client-side post-commit hook in TortoiseSVN, which doesn't work for some reason. Fix error or remove script

how to build a subversion service?

I want to build a workspace with subversion, and I followed some tutorials;
Install subversion --OK
svnadmin create /var/svn/repos --OK
rebuild the conf file (delete "#" in passwd,authz,svnserve.conf).
sartup the server (svnserve -d -r /var/svn/repos) --have no return
import something (svn import /var/svn/import /var/svn/repos) --also no return
test the service (svn info svn://localhost/var/home/repos)
--
svn: warning: W160013: URL 'svn://localhost/var/svn/repos' non-existent in revision 1 svn: E200009: Could not list all targets
because some targets don't exist
Which step is wrong? Did I miss something important?
The path is wrong in step 6. svnserve interprets paths as local paths within the repository it is serving. Try this:
svn info svn://localhost/

Problem creating RichFaces page theme

I'm trying to create a RichFaces page theme using the instructions here. I know NOTHING about Maven, so I've followed the instructions as best I can, but I've run into an error and don't know what I'm doing wrong. I followed the instructions on the page, and then run this command:
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-theme -DarchetypeVersion=3.3.3.Final -DartifactId=test -DgroupId=org.richfaces.docs -Dversion=1.0mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-theme -DarchetypeVersion=3.3.3
However, when I run the command I get the following error message:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.0:create (default-cli) on project standalone-pom: Error creating from archetype: org.apache.maven.archetype.downloader.DownloadException: Error downloading org.richfaces.cdk:maven-archetype-theme:jar:3.3.3. Could not transfer artifact org.richfaces.cdk:maven-archetype-theme:jar:3.3.3 from/to repository.jboss.com (http://repository.jboss.com/maven2/): Access denied to: http://repository.jboss.com/maven2/org/richfaces/cdk/maven-archetype-theme/3.3.3/maven-archetype-theme-3.3.3.jar
[ERROR] org.richfaces.cdk:maven-archetype-theme:jar:3.3.3
I tried browsing to http://repository.jboss.com/maven2/, but I get an "Access Denied" error, just as stated in the error message. My question is, how do I rectify this? Is there a different URL that I should be using? If so, do I edit the Maven settings.xml file and use the new URL? I'd REALLY appreciate anyone that can give me some direction on this.
The link of the Jboss Repository for Maven specified in the jboss_profile.txt seems to be outdated.
You can try to replace all <url> of all Jboss Repository for Maven with https://repository.jboss.org/nexus/content/groups/public-jboss/ in your Maven settings.xml

Resources