Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Installation Gemini and Cvs

web-app

Hi,

I download the Connectivity adaptor from http://www.countersoft.com/downloads.aspx.
I running the Visual studio application, generate an exe file.
There is a readme.txt file in the cvs directory: but i do not understand the step 3
______________
Step 3
------
Set the config file's properties (URL, user and password).
______________
Where is the config file ? I have a config file and a config,v file in the CVSROOT of my application ; an example is here :

# Set this to 'no' if pserver shouldn't check system users/passwords
#SystemAuth=yes
# Set the Acl parsing type (none,compat,normal).
#AclMode=compat
# Alternate location of CVS LockServer.  Set to 'none' to disable..
#LockServer=localhost:2402
# Set 'TopLevelAdmin' to 'yes' to create a CVS directory at the top
# level of the new working directory when using the 'cvs checkout'
# command.
#TopLevelAdmin=no
# Set 'LogHistory' to 'all' or 'TOFEWGCMAR' to log all transactions to the
# history file, or a subset as needed (ie 'TMAR' logs all write operations)
#LogHistory=TOFEWGCMAR
# Set 'RereadLogAfterVerify' to control rereading of the log file after a verifymsg
#   'always' or 'yes' to always reread the log regardless
#   'never' or 'no' (default) to never reread the log
#RereadLogAfterVerify=no
# Set 'Watcher' to set a user who gets all notify events within the repository whether
# or not the ifle is watched.
#Watcher=watch_user

Is it this file ? If yes, what is the format of information URL, user and password to write on the file !
Have you an idea ?
Thanks

patxmay
· 1
patxmay
Replies (4)
helpful
0
not helpful

The config file is the add-on's config that you have copied over (CounterSoft.Gemini.SourceControl.CVSNT.exe.config)


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

hi,
thanks for you information. I have find thd config file !

So i try to checkout and commit the loginfo file to modify on step 4; but i can not realise this command;
On my serevr i have the repositorty configuration like this :
I have define a repository on C:\Source\MyApplication
C:\Source\MyApplication : contents the versioning file of my application
C:\Source\CVSROOT : contents the  file like loginfo and loginfo,v

under dos, i tape the command C:\>Source\CVSROOT>cvs checkout loginfo : but it do not run; it answer this :

cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs checkout: cannot open CVS/Entries for reading: No such file or directory
cvs checkout: in directory .:
cvs [checkout aborted]: CVS directory without administration files present.  Can
not continue until this directory is deleted or renamed.

 Have you an idea ?

Thanks


patxmay
· 1
patxmay
helpful
0
not helpful

Seems like a CVS setup issue, can you checkout and commit other files?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

hi,
yes i can; for example under dos c:\temp>cvs checkout MyApplication, all files are created under directory c:\>temp
MyApplication is the repository name.
thanks


patxmay
· 1
patxmay