<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>JEDI Version Control System - FAQ - Open questions</title>
<description>Q&amp;A around JEDI Version Control System</description>
<link>http://jedivcs.sourceforge.net/jvcsfaq</link>	<item>
		<title><![CDATA[Why does every project get created under ? Can ... (A J)]]></title>
		<description><![CDATA[Why does every project get created under ? Can I make a new project (e.g. myproj.dpr) under a root (e.g DEV)?]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_40</link>
		<pubDate>Tue, 29 Apr 2008 04:31:33 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Hi there. I have any question. How create USER ... (JiHwan, Hyun)]]></title>
		<description><![CDATA[Hi there.
I have any question.
How create USER in ServerApp? I don't know.
Certainly I don'n know how set and use at JEDI VCN Server and Client.
I can't any reference.

How set this program in my computer.
Please help me.
Tell me this question's Solution.

Thanks and best regards
Hyun]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_39</link>
		<pubDate>Fri, 25 Apr 2008 06:19:40 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[I get the following error when trying to check ... (Richard)]]></title>
		<description><![CDATA[I get the following error when trying to check out any file in any project:
JEDI VCS  is unable to create a local copy of this file.
Exception: [Write access denied] in [AppSrvClient.Request]
No one else on the team has this error. I got the same error on 2.4.1 and 2.4.2.
It synchs fine, so why would there be a write access denied?]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_38</link>
		<pubDate>Thu, 24 Apr 2008 09:57:26 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[How can I change the font size in the ... (Scott Mattes)]]></title>
		<description><![CDATA[How can I change the font size in the client?

Thank you.]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_37</link>
		<pubDate>Fri, 11 Apr 2008 21:49:49 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Is it possible to run server with Firebird 2.1? ... (Konst)]]></title>
		<description><![CDATA[Is it possible to run server with Firebird 2.1? They add a lot of checks in SQL syntax]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_36</link>
		<pubDate>Wed, 09 Apr 2008 07:53:10 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[When I checkout the file, the JVCS converts its ... (Konst)]]></title>
		<description><![CDATA[When I checkout the file, the JVCS converts its filename to lowercase. How to fix that?]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_35</link>
		<pubDate>Wed, 09 Apr 2008 07:47:42 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Como eu posso controlar alguns forms do projeto que ... (Marcelo)]]></title>
		<description><![CDATA[Como eu posso controlar alguns forms do projeto que não desejamos que outros usuarios tenho acessos nem possam copiar e colar . São forms que contem informacoes e segredos da empresa que não podem ser revelados ? Não encontrei formas de gerenciar isso no CVS. Não podemos disponibilizar o projeto inteiro para o usuario mas ele tem que compilar para fazer os testes.]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_34</link>
		<pubDate>Fri, 21 Mar 2008 10:10:34 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Upgrade from 2.42 to 2.5 ( MS SQL ). ... (Daniel Jankowski)]]></title>
		<description><![CDATA[Upgrade from 2.42 to 2.5 ( MS SQL ).

Oryginal script has a lot o bugs.
Here is "fix":

CREATE TABLE [dbo].[branches] (
	[BRANCHID] [int] IDENTITY (1, 1) NOT NULL ,
	[PARENTBRANCHID] [int] NULL ,
	[NAME] [varchar] (100) NOT NULL ,
	[DESCRIPTION] [varchar] (2000) NULL ,
	[CREATED_BY] [int] NULL ,
	[CREATED_IN] [datetime] NULL
) ON [PRIMARY]
GO
--FIX
insert dbo.[branches] ( [Name] ) 
select 'ROOT'

CREATE TABLE [dbo].[rvbranch] (
	[RECORDID] [int] IDENTITY (1, 1) NOT NULL ,
	[BRANCHID] [int] NOT NULL ,
	[REVISIONID] [int] NOT NULL,
	[ORIGIN] [varchar] (1) NULL
) ON [PRIMARY]

GO

ALTER TABLE [dbo].[pjmodule] ADD [BRANCHID] [int] NOT NULL DEFAULT 1

GO

CREATE TABLE [dbo].[brmodule] (
	[RECORDID] [int] IDENTITY (1, 1) NOT NULL ,
	[BRANCHID] [int] NOT NULL ,
	[MODULEID] [int] NOT NULL ,	
	[NAME] [varchar] (250) NOT NULL ,
	[PATH] [varchar] (250) NOT NULL ,	
	[READONLY] [varchar] (1) NULL ,
	[USERID] [int] NULL ,	
	[LOCKTSTAMP] [datetime] NULL
) ON [PRIMARY]
GO
--FIX
insert rvbranch( BranchId,RevisionId )
select 1,RevisionId from  revision 

insert brmodule( Branchid,ModuleId,Name,Path,ReadOnly,UserId,LOCKTSTAMP )
select 1,ModuleId,Name,Path,ReadOnly,UserId,LOCKTSTAMP from modules
GO

]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_33</link>
		<pubDate>Thu, 20 Mar 2008 08:35:47 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[When I try to add a brand new file(s) ... (Shane Walker)]]></title>
		<description><![CDATA[When I try to add a brand new file(s) to an empty project, I am receiving the error that there is no path for the file(s) available. Once there is no file(s) and you try to check in the file(s), a message box of no path found shows up. How can I make JEDI find the path of the file(s)?
The JEDI version is 2.4.0.700.
Thanks.]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_32</link>
		<pubDate>Wed, 05 Mar 2008 22:02:09 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[I have JVCS installed on two computers and I ... (Pierre)]]></title>
		<description><![CDATA[I have JVCS installed on two computers and I would like to merge the two repository onto one new big reporsitory. 

I have searched the FAQ but couldn't find the information (perhaps I missed the info). 

Thanks for any help]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_31</link>
		<pubDate>Sat, 02 Feb 2008 21:43:44 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Ladies / Gentlemen If I compare two versions of ... (Mark Moss)]]></title>
		<description><![CDATA[Ladies / Gentlemen

     If I compare two versions of the same 
archived file, I get the following error message

    "Error extract(module):EncodeKey Blank"

    I have also been getting this error

    "  JEDI VCS is unable to create a local copy of this file.  Exception: Error extract zip file: EncodedKey blank in [Extract zip file].

     Everything was fine until about 3 weeks ago when they moved the JEDI VCS database to another server.

     Any ideas would be greatly appreciated.

Mark Moss]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_28</link>
		<pubDate>Thu, 24 Jan 2008 04:13:14 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[I'm trying to add a file to a new ... (Matt Ries)]]></title>
		<description><![CDATA[I'm trying to add a file to a new project, and getting this error even though the file and folder appear to be writable:

"Check In .
JEDI VCS expects the local file to be writable, but the file is read-only.
Continue anyway?"

The filename is not being listed in the field near the top of the dialog, even though it should.  Continuing gives: 

"No path information available.
JEDI VCS cannot add or check-in the module without path information."

Hitting "OK" gives: " not added".

Any ideas of what is causing it to not maintain the filename information when adding/checking in?]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_27</link>
		<pubDate>Tue, 18 Dec 2007 21:30:14 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Hello, I have problem with D2007 that work on ... (Piotr Such)]]></title>
		<description><![CDATA[Hello, 
I have problem with D2007 that work on vista and version jedivcs 2.4.2 
When expert is loaded, I from menu jedy/connest to serwer only show this form and close by click cancel, and next close D2007 I have exception that CoderGear Rad make exception and have dialog dbebug/ close aplication

Have You any sugestion with this error???

Piotr Such]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_22</link>
		<pubDate>Mon, 08 Oct 2007 08:49:25 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[When I do "Restore labeled version" with different target ... (David Schenk)]]></title>
		<description><![CDATA[When I do "Restore labeled version" with different target folder from origin folder, subfolder hierarchy is totally skipped.

Why the restore functionality doesn't respect the modules folder hierarchy and does put all modules in same root folder?]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_17</link>
		<pubDate>Tue, 19 Jun 2007 17:01:31 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Hello. Is it possible to checkin one module in ... (Anzec)]]></title>
		<description><![CDATA[Hello.
Is it possible to checkin one module in project from command line. I need to create batch script to checkin the file. 
Thanks for help in advance!]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_16</link>
		<pubDate>Tue, 05 Jun 2007 06:31:40 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[I've added a DTD file to my VCS project. ... (A. S.)]]></title>
		<description><![CDATA[I've added a DTD file to my VCS project.
Unfortuatly the file was modified by the check-in comment =>
{ 26.04.2007 10:47:20 (GMT+2:00) > [UserXXX on PC_YYY] checked in 1. Version  }

But this comment is not compatible with XML nor DTD files and makes the file invalid.

How can i control which file types are safe to add comments by the VCS ?
Is it hardcoded in the sourcecode ?

Notice: if there is a bug, please post this to the issue tracker. For some strange reasons my proxy server presents only empty mantis web pages. thank you.
]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_13</link>
		<pubDate>Wed, 02 May 2007 14:11:20 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Hi, in the project manager of JEDI VCS I ... (Dirk)]]></title>
		<description><![CDATA[Hi,

in the project manager of JEDI VCS I activated the tab "My locked modules". How can I show in this window the check-out-comment? I know you can see it by right-clicking a module, but that's not what I mean.

Regards, 
Dirk
]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_10</link>
		<pubDate>Wed, 25 Apr 2007 08:20:47 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Hi guys! We are wondering if there is a ... (Stefan)]]></title>
		<description><![CDATA[Hi guys!
We are wondering if there is a way to synchronize the code in different folders or if there must be the same absolute path on each system. "Internal" paths of the project are the same on each system.

E.g. developer 1 has his projects in "My documents" while developer 2 stores his projects on a different drive and folder which is "P:\projects".

Thanks a lot for your help!

All the best from Germany,
Stefan]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_8</link>
		<pubDate>Sat, 17 Mar 2007 19:33:44 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Hi when i go to project hierarchy, check one ... (Ram H.)]]></title>
		<description><![CDATA[Hi 
when i go to project hierarchy, check one of my projects, right click on it, the "create new sub group" is disable ???
how can i add a sub group to group/project ?
Thank You
Ram]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_7</link>
		<pubDate>Sun, 11 Mar 2007 06:41:38 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[I need to run syncronise my source from within ... (Arno Hayes)]]></title>
		<description><![CDATA[I need to run syncronise my source from within a custom build tool I'm writing. Can this be done. Through run parameters maybe? I'm hoping for something like ..\FreeVCS -sync .

I've tried automation with TestComplete, but had a hard time with the progress bars.

I've checked and I can't see whether run parameters are supported. The only option seems to be to have to pay $1000 for final builder 5, which kinda defies the point of what I want to do. 

Please help]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_3</link>
		<pubDate>Mon, 26 Feb 2007 12:11:51 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[I'm having trouble configuring JEDIVCS to work with mySQL ... (Stephen Walter)]]></title>
		<description><![CDATA[I'm having trouble configuring JEDIVCS to work with mySQL (v5).
I've created the database, running both the scripts, created the jedivcs user and can see the database in mySQL Administrator.
I'm having trouble figuring out what settings I put in the DBMS tab for the database.
What values do I supply for server and database? Is server localhost? The browse button for database name selection doesn't seem to know about mySQL. Additionally the database specific tabs down the bottom exist for Firebird, MSSQL and FlashFiler but not for mySQL. Does this mean I have a faulty installation?]]></description>
		<link>http://jedivcs.sourceforge.net/jvcsfaq/index.php?action=open#openq_2</link>
		<pubDate>Fri, 23 Feb 2007 21:46:48 GMT</pubDate>
	</item>
</channel>
</rss>