• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problems with CVS

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
User guest deleted in cvs??? I tried connect in directory but ....

1. I read https://coderanch.com/t/576143
2. Download of cvsnt 2.5.03 (latest version in site);
3. Install the program, it's automatically installed in C:\Arquivos de programas\CVSNT;
4. Open Prompt de Comando (CLI of DOS);
5. C:\cd\Arquivos de Programas\cvsnt\

6. C:\Arquivos de programas\CVSNT>cvs -d:pserver:guest@cvs.dev.java.net:/cvs login

Logging in to :pserver:guest@cvs.dev.java.net:2401:/cvs
CVS Password:


If Enter pressed after 15seconds
7.
Fatal error, aborting.
cvs [login aborted]: guest: no such user


Where it's the error??? :?:
[originally posted on jforum.net by itscefet03]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nothing changed. It should be a temporary problem of java.net

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After 3days and nothing... Somebody can send for itscefet03@yahoo.com.br the file build.xml of the JForum... Or in repository exists more files???

Thanks
[originally posted on jforum.net by itscefet03]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

itscefet03 wrote: After 3days and nothing... Somebody can send for itscefet03@yahoo.com.br the file build.xml of the JForum... Or in repository exists more files???

Thanks



Hi guy!!!

The file you said is at \cvs\jforum\build.xml. The question is that this build.xml file has no utility for you without all the other +- 850 source files! The build.xml is the file which will "say" to Ant how to compile the sources, ok?

I would send the src folder zipped, with the build.xml too. I don't know if it's enough, but you could try! Unhappiness JForum has the limit of 100kb, and the src.zip file has +- 757kb. Try again later and don't forget to download and configure Ant. Finally, if you need, read again that post you cited above... it worked fine with me... probably will be ok for you too.

[ ]'s
[originally posted on jforum.net by leandro_salvador]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Leandro.... I have the src archives, when I downloaded (������ this word exists???) the jForum....
[originally posted on jforum.net by itscefet03]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

itscefet03 wrote:Thanks Leandro.... I have the src archives, when I downloaded (������ this word exists???) the jForum....



It's a pleasure guy!

Just a curiosity: what is the path of the src folder at the original JForum 2.1.6 file? I downloaded (yes, this word exists) the file JForum-2.1.6.zip, which has 12.217.813 bytes.
Navigating inside it, there isn't any .java file!
Anyway, by this url it's possible download it! Just for information...

[ ]'s
[originally posted on jforum.net by leandro_salvador]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

itscefet03 wrote:User guest deleted in cvs??? I tried connect in directory but ....

1. I read https://coderanch.com/t/576143
2. Download of cvsnt 2.5.03 (latest version in site);
3. Install the program, it's automatically installed in C:\Arquivos de programas\CVSNT;
4. Open Prompt de Comando (CLI of DOS);
5. C:\cd\Arquivos de Programas\cvsnt\

6. C:\Arquivos de programas\CVSNT>cvs -d:pserver:guest@cvs.dev.java.net:/cvs login

Logging in to :pserver:guest@cvs.dev.java.net:2401:/cvs
CVS Password:


If Enter pressed after 15seconds
7.
Fatal error, aborting.
cvs [login aborted]: guest: no such user


Where it's the error??? :?:



Hey, just a bit more...

I'm downloading now the last CVS version...
The tip I think could help you is the following (everything by prompt):

1. Enter at the path where you want to download the JForum's CVS files, something like:
cd tomcat\webapps\jforum\cvs

2. Connect at the CVS server:
cvs -d:pserver:guest@cvs.dev.java.net:/cvs login

3. Enter password:
just press enter --> it will return to prompt, apparently nothing will change, but yes, you'll be connected to the CVS server)

4. Download the files:
cvs -d:pserver:guest@cvs.dev.java.net:/cvs co jforum

5. Disconnect from the CVS server, after all the downloads finishes and the prompt come back to the "normal":
cvs -d:pserver:guest@cvs.dev.java.net:/cvs logout


Enjoy it! :P
[originally posted on jforum.net by leandro_salvador]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

I compile with success the JF�?rum... My problem its not installing but are in modifications (for example my validation of users).

My problem with CVS is my computer The password field of telnet service also does not function.....
No have problems in download of 12Mb, my download rate is medium (100kbs) in little time I have the archives.....


Thanks
[originally posted on jforum.net by itscefet03]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic