Discussion:
Please Help - Confused
kmanm
2009-07-19 02:16:15 UTC
Permalink
Hello,
I am trying to figure out what I am doing wrong when attempting to import a
project in a repository. Here is what I did

1.) I created a new branch off a project in trunc called "mainProject".
2.) Added a new directory and imported the file in the new branch
3.) committed my change.


When I check the committed files by doing "cvs status" I see the following:

Working revision: 1.1.2.1
Repository revision: 1.1.2.1
/main/cvsroot/mainProject/subProject/Attic/monthly_schedule.php,v
Sticky Tag: develop_branch_1 (branch: 1.1.2)
Sticky Date: (none)
Sticky Options: (none)

I can't understand why CVS is putting the files in Attic. What am I doing
wrong to cause the files to go in Attic?I hope you guys can help me out in
the right direction to fix issue.

Thanks in advance.
--
View this message in context: http://www.nabble.com/Please-Help---Confused-tp24553518p24553518.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Jim Hyslop
2009-07-19 02:50:31 UTC
Permalink
Post by kmanm
Hello,
I am trying to figure out what I am doing wrong when attempting to import a
project in a repository. Here is what I did
[...]
Post by kmanm
What am I doing
wrong to cause the files to go in Attic?
Absolutely nothing. The files have been put in the Attic because they
weren't added on the main trunk. As soon as you commit to the main trunk
they'll be moved out of the attic.

- --
Jim Hyslop
Dreampossible: Better software. Simply. http://www.dreampossible.ca
Consulting * Mentoring * Training in
C/C++ * OOD * SW Development & Practices * Version Management

Loading...