Re: CVS import for executables and binary files

2005-04-18 Thread Russ Sherk
On 4/18/05, Spiro Trikaliotis <[EMAIL PROTECTED]> wrote: > Hello, > > * On Mon, Apr 18, 2005 at 10:26:58AM +0530 Balaji D wrote: > > > When I import few object files and exeuctables, through cvs import > > command through command line, I dont get these files reflected in the > > cvs area. > > > >

Re: CVS import for executables and binary files

2005-04-17 Thread Spiro Trikaliotis
Hello, * On Mon, Apr 18, 2005 at 10:26:58AM +0530 Balaji D wrote: > When I import few object files and exeuctables, through cvs import > command through command line, I dont get these files reflected in the > cvs area. > > Can some one help me to find out the option for importing those files.

RE: cvs import issues

2005-04-14 Thread Ryan Lea
nal -> Lock_Cleanup() Cheers -Original Message- From: Larry Jones [mailto:[EMAIL PROTECTED] Sent: 13 April 2005 4:39 PM To: Ryan Lea Cc: info-cvs@gnu.org Subject: Re: cvs import issues Ryan Lea writes: > > This is a multi-part message in MIME format. Please do not s

Re: cvs import issues

2005-04-13 Thread Larry Jones
Ryan Lea writes: > > This is a multi-part message in MIME format. Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! > The actual checkouts/updates/add/commits etc all work fine. However, > whenever 'cvs import' is run either remotely with :pserver: ...

Re: cvs import problem

2005-03-18 Thread C.G.Senthilkumar.
Hi, I found the solution. The user is not considered a part of a new group until he logs out and logs in again, which I didn't do. I just added the user to the cvs group in the local machine and tried to import projects. I was not able to import. Whereas if I tried it from remote machines, I succee

Re: cvs import problem

2005-03-18 Thread C.G.Senthilkumar.
Hi, I'm seem to have tracked down the problem. But I don't understand why this is happening and what is the solution. This is the output for id command when I'm logged in locally to machine_A. The user is 'cheetanc'. [EMAIL PROTECTED] cheetanc]$ id uid=500(cheetanc) gid=500(cheetanc) groups=500(che

Re: cvs import problem

2005-03-17 Thread Larry Jones
C.G.Senthilkumar. writes: > > 3. I tried to import a project from machine A into the repository on machine > A itself locally. cvs failed saying "can't create myproj directory, > permission denied". Check the ownership and permissions of your repository directories -- the user you wer

Re: CVS Import using ANT

2005-01-24 Thread Gunnar Ahlberg
Hi It's part of ant standard features - http://ant.apache.org/manual/index.html Example: /G > Hi all, > > I'd like to use ANT to import periodically, our vendor sources to the > CVS repository, but I haven't found any sample about "CVS Import" and > "ANT script" on the web. > Can somebody h

Re: CVS import

2004-04-15 Thread Jorge Godoy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 15 April 2004 22:44, Derek Robert Price wrote: > I did intend that for UNIX, not Windows. God only knows what > Windows would do with it. :) Sometimes I get the impression that even He doesn't knows what Windows would do with it...

Re: CVS import

2004-04-15 Thread Jorge Godoy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 15 April 2004 17:42, Diego Ribeiro de Andrade wrote: > The real question is... how do chekout/update a branch, but bring > the trunk revisoons of files that dont exist in the branch... but > these files have to be checked out in 1.1 revisio

Re: CVS import

2004-04-15 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 McNamee, John wrote: >On April 15, 2004 at 1:34 PM, Frederic Brehm wrote: > >>At 01:34 PM 4/15/2004, McNamee, John wrote: >> >>>I've never understood why cvs add >>>doesn't have the option to work recursively when most other >>>cvs commands do. This

Which client under Windows? (was: RE: CVS import)

2004-04-15 Thread Jim.Hyslop
Geoff Beier wrote: > Does *anyone* use the cvshome.org version of cvs on windows > OUTSIDE of > cygwin as a matter of general practice? (AIUI, both wincvs and > tortoisecvs use cvsnt, and eclipse has its own cvs client, so if your > cvs use is one of those products the answer is no.) If so, wha

RE: CVS import

2004-04-15 Thread McNamee, John
On April 15, 2004 at 1:34 PM, Frederic Brehm wrote: >At 01:34 PM 4/15/2004, McNamee, John wrote: >>I've never understood why cvs add >>doesn't have the option to work recursively when most other >>cvs commands do. This issue keeps coming up on info-cvs. > >You can always submit a patch. I believe

Re: CVS import

2004-04-15 Thread Spiro Trikaliotis
Hello Marcelo, * On Wed, Apr 14, 2004 at 03:25:46PM -0300 Marcelo Carvalho Fernandes wrote: > - Is there a way to import a module without creating a branch (verdor-tag) > and a tag (release-tag) on this branch ? > > - After running "cvs import", when i checkout with no tag/revision/date > (th

Re: CVS import

2004-04-14 Thread Jorge Godoy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 14 April 2004 15:25, Marcelo Carvalho Fernandes wrote: > Hi ! > > I have some questions about cvs... > > - Is there a way to import a module without creating a branch > (verdor-tag) and a tag (release-tag) on this branch ? This is a FAQ.

Re: CVS import

2004-04-14 Thread Larry Jones
Marcelo Carvalho Fernandes writes: > > - Is there a way to import a module without creating a branch (verdor-tag) > and a tag (release-tag) on this branch ? No. Just ignore them. > - After running "cvs import", when i checkout with no tag/revision/date > (that is, checkout the "main trunk") t

Re: cvs import & checkout -D date_spec

2003-05-30 Thread Larry Jones
Chen, Susie writes: > > After a 2nd import, checkout -D date_spec did not checked out. The same > checkout command works fine for the 1st import. Does anyone has similar > experiences to share? FYI, the import was for binaries libraries. And yes, > -I! was used in the import, so there is no questi

Re: cvs import -I ! hangs

2003-05-29 Thread Øyvind A. Holm
On 2003-05-27 15:50-0400 [EMAIL PROTECTED] wrote: > cd CVS/ProjectA > cvs -m " " -I ! ProjectA ProjectA start > > and it hangs > > Any ideas? You need to escape the exclamation mark, it is interpreted by the shell. Change it to: cvs -m " " -I \! ProjectA ProjectA start Regards, Øyvind -

Re: CVS import restrict ?

2003-02-07 Thread Ralf S. Engelschall
On Fri, Feb 07, 2003, R.SANTHANA GOPALAN wrote: > Is is possible to restrict the "import" command on the server side ? > I am using "pserver" authentication model. AFAIK not with the stock CVS version, but you can apply my CVS patch set (see http://cvs.openpkg.org/openpkg-src/cvs/cvs.patches.rs

Re: cvs import of (symbolically) linked files

2002-10-03 Thread Kaz Kylheku
"Jayashree" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hello, > > Can I cvs import symbolically linked directories or linked files in a > directory? Again, the answer is Meta-CVS, which handles symbolic links when you create a project from an existing directory tree, and

Re: cvs import of (symbolically) linked files

2002-10-01 Thread Larry Jones
Jayashree writes: > > Can I cvs import symbolically linked directories or linked files in a > directory? No. CVS ignores symlinks on import. -Larry Jones Hmm... That might not be politic. -- Calvin ___ Info-cvs mailing list [EMAIL PROTECTED] http:

Re: cvs import of (symbolically) linked files

2002-10-01 Thread Frederic Brehm
At 10:32 AM 10/1/2002, Jayashree wrote: >Can I cvs import symbolically linked directories or linked files in a >directory? No. At least it shouldn't. I haven't tried to do that. Maybe you'll get the linked file or directory in the repository, but you won't get a link. CVS does not manage symbol

Re: cvs import exit status

2002-05-06 Thread Larry Jones
Rohit Nadig writes: > > I am using CVS in my program and sometimes, the exit > code returned by "cvs import" is 1 even though the > import was successful. The result of a CVS command is usually far too complex to summarize in a single exit status, so CVS doesn't even try in most cases. You

Re: CVS - import to 1.1

2002-04-18 Thread David Martin
"Matthew Persico" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > After wiping the egg off my face and doing some furious typing at my own > desk, the nearest thing I can figure out to explain what happened is that > the lock was placed on 1.1.1.1 and my commit

Re: cvs import showed up on trunk for modified file??

2002-04-08 Thread Larry Jones
JSo writes: > > I created a vendor branch yesterday, and I did a cvs import on the same > vendor branch the second time with some changes (new and modified files). I > was expecting to see the changes on the vendor branch only. To > my surprise, when I checked out from the trunk, I got the lat

Re: CVS - import to 1.1

2002-03-12 Thread Matthew Persico
"Greg A. Woods" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > [ On Monday, March 11, 2002 at 21:22:44 (-0500), Matthew Persico wrote: ] > > Subject: CVS - import to 1.1 [snip] > If they're too opposed to working together and using concurrent edits > and merging then why use C

Re: CVS - import to 1.1

2002-03-12 Thread Pierre Asselin
"Matthew Persico" <[EMAIL PROTECTED]> writes: >Is there a way to cvs import into 1.1, not 1.1.1.1? Without the branch, the >first lock and commit attempts will work as advertised. >If I cannot do this, then I have to create an empty project and then write a >script that will recurse a tree of co

Re: CVS - import to 1.1

2002-03-11 Thread Eric Siegerman
Greg answered most of your questions. Let me just fill in one missing piece: On Mon, Mar 11, 2002 at 09:22:44PM -0500, Matthew Persico wrote: > I always though that in the presence of a branch, a command w/o a -r option > worked on latest revision, main line code. *Except* for the vendor branch

Re: CVS - import to 1.1

2002-03-11 Thread Greg A. Woods
[ On Monday, March 11, 2002 at 21:22:44 (-0500), Matthew Persico wrote: ] > Subject: CVS - import to 1.1 > > I am in the middle of getting a group of developers to convert to CVS. They > have all been raised on SCCS, PVCS, so I have to go slow with the whole > concept of sandboxing and lockless ch

Re: CVS import and file permissions

2001-12-19 Thread Dustin Cavanaugh
> > So, is it necessary to chgrp to "cvs" every new project that I add to the > > repository? > > It's not necessary if you set your repository up correctly. My > repository has the following permissions: > >$> ls -ld /var/cvs >drwxrwsr-x 16 root cvs 4096 Dec 19 15:

Re: CVS import and file permissions

2001-12-19 Thread Marcus Crafter
Hi Timur, On Wed, Dec 19, 2001 at 10:10:33AM -0500, Timur Aydin wrote: > Hi, > > When I import a new project into the CVS repository, both the owner and > group of all files are set to my username. This causes trouble, because when > somebody else wants to check out this project, he gets permiss

Re: cvs import problem

2001-11-12 Thread Eric Siegerman
On Mon, Nov 12, 2001 at 08:45:37AM -, Mohit Lad wrote: > I've a cvs repository set up on a Red Hat 6.2 machine. > I'm using PSERVER access method and the cvs version is 1.11. > > $ cvs im -m "initial import" sip mohit start > enable to write, file SIPParser.cxx > No space left on device

Re: CVS import branching question

2001-10-10 Thread Kaz Kylheku
In article <[EMAIL PROTECTED]>, Chalmers, Tim wrote: >I am experiencing some weirdness that I do not understand. I am issuing the >following commands: > >cvs import -m InititalRelease GyLocation VenderTag ReleaseTag >cvs checkout filename >cvs status filename > > >The output looks like: > >Fi

Re: cvs import question

2001-09-20 Thread Markus Grunwald
Am Fri, 21 Sep 2001 15:56:57 +1000 schrieb Ellison, Martin [IT]: > Maybe distribute your property files in a build script. Then you can keep > them together somewhere central. > Good Idea, but I wouldn't think our Windows peaple are able to handle build scripts. Make ? What is make ? Uuh ugl

RE: cvs import question

2001-09-20 Thread Ellison, Martin [IT]
Maybe distribute your property files in a build script. Then you can keep them together somewhere central. > A Project in a subdir (I hope. we'll see...) > Some property-files concerning that project wildly scattered over the > system which should be updated etc together with the Project > Some J

RE: CVS Import

2001-07-09 Thread Rajesh Patwardhan
Title: RE: CVS Import Thank you very much. Works as expected. Regards, Rajesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 12:37 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: CVS Import Rajesh Patwardhan writes

Re: CVS Import

2001-07-09 Thread Larry Jones
Rajesh Patwardhan writes: > > I use > cvs import -m "Message" dir_to_import_on_cvs_repo vendor_tag release_tag_1 > > The first import was good. There was no problem at all. > > 2) Now I do a import for the second source with > cvs import -m "Message" dir_to_import_on_cvs vendor_tag release_t

Re: CVS import & vendor tags

2001-05-23 Thread Larry Jones
[EMAIL PROTECTED] writes: > > Is any good reason why using cvs import for a new module requires the vendor > and release tags? This adds all of the files in the module at both revision > 1.1 and 1.1.1.1, where branch 1.1.1 is the vendor branch. I can see why this > feature is useful if the soft

RE: CVS import failed

2001-03-21 Thread Jerry Nairn
Title: RE: CVS import failed There is plenty of space left where? The problem could be your /tmp file system, the /tmp file system on the server if you aren't using a local repository, or the filesystem of the repository. I may have missed a possibility, like a LOCKDIR on the server

Re: CVS import failed

2001-03-21 Thread Eric Siegerman
On Wed, Mar 21, 2001 at 10:18:36AM -0500, Fitzgerald, AJ wrote: > When trying to import a single directory along with its file contents (html, > gifs, etc.) I receive the following error message. > [...] > unable to write, file a0219.html > No space left on device > > And I k

Re: cvs import aborted

2001-02-13 Thread Larry Jones
[EMAIL PROTECTED] writes: > > D:\build\edlrcvs>cvs import edlr vendor start > Fatal error, aborting. > 11365: no such user > cvs [import aborted]: authorization failed: server tcisudev01 rejected > access Although you haven't given us nearly enough detail to diagnose the problem, my crystal ball

Re: CVS Import Error

2000-11-15 Thread Larry Jones
Bellon-Champ, Amparo writes: > > I was wondering if someone can provide any assistance with correcting this > problem? > > cvs import -I ! -W "*.so -k 'b'" Portal Portal_6_0_1 Portal_6_0_1_Baseline > > cvs [import aborted]: reading pin/6.0/sys/dm_oracle/dm_oracle8i.so: I/O > error Your hardwar

Re: CVS Import Error

2000-11-15 Thread Eric Siegerman
On Wed, Nov 15, 2000 at 01:31:37PM -0700, Bellon-Champ, Amparo wrote: > I was wondering if someone can provide any assistance with correcting this > problem? > > cvs import -I ! -W "*.so -k 'b'" Portal Portal_6_0_1 Portal_6_0_1_Baseline > > cvs [import aborted]: reading pin/6.0/sys/dm_oracle/dm_

Re: cvs import -R -f

2000-10-23 Thread Tom Tromey
> "Larry" == Larry Jones <[EMAIL PROTECTED]> writes: >> Today I discovered that "cvs import -R -f" is not the same as >> "cvs import -f -R". The latter is recursive while the former is not. >> This suprised me. I think the two should be equivalent. Larry> import doesn't have a -f flag. Ye

Re: cvs import -R -f

2000-10-23 Thread Larry Jones
Tom Tromey writes: > > Today I discovered that "cvs import -R -f" is not the same as > "cvs import -f -R". The latter is recursive while the former is not. > This suprised me. I think the two should be equivalent. import doesn't have a -f flag. -Larry Jones Do you think God lets you plea bar

Re: CVS import/commit issue

2000-06-26 Thread W. Reilly Cooley
On Sun, 25 Jun 2000, Wil Cooley wrote: > I'm trying to import sources into a directory with the same name as > one I just removed (and committed), but every time I do the import, it > goes directly into the attic. FYI, I solved this by simply copying the files back into the directory (after doin

Re: CVS IMPORT

2000-05-18 Thread Derek Robert Price
[EMAIL PROTECTED] wrote: > I want to import a number of files, but i want to import all the > files > as binary except for a certain extention. > I found how to do it the other way around--import only the files with > a certain extention as binary, but i can't find how to import > everything as b