• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CVSNT + Eclipse (Unable to add directories in .cvsigonre)

 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I'm using CVSNT server on windows as local server with Eclipse. I created a project and and use ANT script for building the project.
Now this ANT script creates some directories like "build", "dist", "docs", "logs", etc. Now I want to add this files into .cvsigonre but it doesn't have any effect. Why this weired behavior ?

Any inputs?
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, make sure you spell it right. It's ".cvsignore", not ".cvsigonre". Since you spelled it that way twice, I'm thinking you didn't just mis-type the name.

Secondly, you have to set up the ignore list before you check any of the children under those directories, because once checked in, CVS will continue to descend into the directories.
 
Sagar Rohankar
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for the spell mistake,I'll be more cautious from the next time.

Secondly, you have to set up the ignore list before you check any of the children under those directories, because once checked in, CVS will continue to descend into the directories


OK, any remedy/hack for this?
 
reply
    Bookmark Topic Watch Topic
  • New Topic