CVS options

3 messages Options
Embed this post
Permalink
Jeff MAURY

CVS options

Reply Threaded More More options
Print post
Permalink
Hello,

by default, CVS commands issued by Hudson use the prune (-P) option. Several of my projects need to have empty directories in the workspace. Do you know how to remove this option in Hudson ?

Thanks
Jeff MAURY

--
http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.lastfm.fr/listen/user/jeffmaury/personal
Sami Tikka

Re: CVS options

Reply Threaded More More options
Print post
Permalink
If you would ever remove a directory from your version control, how
would you get it removed without using the -P option in CVS?

How about just having your build script create the directories when it
needs them?

-- Sami

2009/11/4 Jeff MAURY <[hidden email]>:

> Hello,
>
> by default, CVS commands issued by Hudson use the prune (-P) option. Several
> of my projects need to have empty directories in the workspace. Do you know
> how to remove this option in Hudson ?
>
> Thanks
> Jeff MAURY
>
> --
> http://www.jeffmaury.com
> http://riadiscuss.jeffmaury.com
> http://www.lastfm.fr/listen/user/jeffmaury/personal
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Michael Donohue

Re: CVS options

Reply Threaded More More options
Print post
Permalink
Or check in a dot file to keep the directory around - ".keep" or something similar is a common technique.

-Michael
(646) 833-8884


On Thu, Nov 5, 2009 at 2:12 PM, Sami Tikka <[hidden email]> wrote:
If you would ever remove a directory from your version control, how
would you get it removed without using the -P option in CVS?

How about just having your build script create the directories when it
needs them?

-- Sami

2009/11/4 Jeff MAURY <[hidden email]>:
> Hello,
>
> by default, CVS commands issued by Hudson use the prune (-P) option. Several
> of my projects need to have empty directories in the workspace. Do you know
> how to remove this option in Hudson ?
>
> Thanks
> Jeff MAURY
>
> --
> http://www.jeffmaury.com
> http://riadiscuss.jeffmaury.com
> http://www.lastfm.fr/listen/user/jeffmaury/personal
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]