Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » issues with svc - 2002-07-18
issues with svc - 2002-07-18 [message #569014] Fri, 19 July 2002 01:28
Florin Iucha is currently offline Florin IuchaFriend
Messages: 64
Registered: July 2009
Member
Hello,

I have succesfully checked-out stellation and installed it
as a server. I have encountered some problems in setting up
an environment.

Here is a session transcript:
florin@bee:~/work/projects$ mkdir new-browser
florin@bee:~/work/projects$ svc create new-browser/
Enter a comment:
My new browser
new-browser/
florin@bee:~/work/projects$ cd new-browser/
florin@bee:~/work/projects/new-browser$ svc co new-browser/
florin@bee:~/work/projects/new-browser$ ls
SVC
florin@bee:~/work/projects/new-browser$ mkdir dtds
florin@bee:~/work/projects/new-browser$ svc add dtds/
1. stripping trailing / from dtds/
florin@bee:~/work/projects/new-browser$ ls dtds/
florin@bee:~/work/projects/new-browser$ svc add dtds
florin@bee:~/work/projects/new-browser$ svc add dtds
2. unexpected null workspace state for 2256050678
florin@bee:~/work/projects/new-browser$ svc add dtds
unexpected null workspace state for 2256050678
florin@bee:~/work/projects/new-browser$ cd dtds/
florin@bee:~/work/projects/new-browser/dtds$ cp \
.../../smart-browser.save/smart-browser/*.dtd .
florin@bee:~/work/projects/new-browser/dtds$ ls -la
total 9
drwxr-xr-x 2 florin florin 128 Jul 18 20:22 .
drwxr-xr-x 4 florin florin 96 Jul 18 20:16 ..
-rw-r--r-- 1 florin florin 262 Jul 18 20:22
form_contents.dtd
-rw-r--r-- 1 florin florin 923 Jul 18 20:22
form_definition.dtd
3. florin@bee:~/work/projects/new-browser/dtds$ svc add *.dtd
This directory contains no project files.
You need to check out a project version before issuing this command.
4. florin@bee:~/work/projects/new-browser/dtds$ cd ..
florin@bee:~/work/projects/new-browser$ svc checkin
Enter a comment:
added a dir
florin@bee:~/work/projects/new-browser$ ls dtds/
form_contents.dtd form_definition.dtd
florin@bee:~/work/projects/new-browser$ cd dtds/
florin@bee:~/work/projects/new-browser/dtds$ svc add *.dtd
This directory contains no project files.
You need to check out a project version before issuing this command.
florin@bee:~/work/projects/new-browser/dtds$ cd ..
florin@bee:~/work/projects/new-browser$ svc co dtds
org.eclipse.stellation.repos.util.StellationException: unable to
locate artifact for ID -1

1. It appears that when you give a directory with a trailing /,
stellation succesfully removes it but it unable to do anything
with the resulting directory.

2. Adding the same directory twice confuses stellation. At least it
is consistent in its confusion.

3. Now I'm stuck. What am I supposed to do to get those files in?

4. I checkin the project hoping it will allow me to add files to
the subdirectory... No success.

Another very bad thing is that the four threads of the stellation
"server" are eating 100% of the CPU time on a PIII/700 .

Thank you,
florin
Previous Topic:Help
Next Topic:Debug technology
Goto Forum:
  


Current Time: Fri Apr 19 22:13:31 GMT 2024

Powered by FUDForum. Page generated in 0.02945 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top