Danny Shevitz | 15 Jul 22:32

Re: ets checkout of a specific revision

Ganesh Vijayakumar <ganesh.gantech@...> writes:

> 
> hi !
> 
> On Wed, Jul 16, 2008 at 1:31 AM, Danny Shevitz <shevitz@...> wrote:
> >
> > Is there a way to use ets checkout to checkout a specific version number?
> 
> I am no expert.. in fact a total newbie myself.. But from what I saw here
> 
> https://svn.enthought.com/enthought/wiki/Build/ETS_2.7.1/Py2.5/Ubuntu_7.10_i686
> 
>                       ets co "ets==2.7.1
> 
> should do fine !! That worked for me as well.
> 
> ganesh
> 

thanks for the response. I need finer granularity for instance I need
traits at a specific revision number e.g.18927. Using your idea, I tried 

ets co -o checkouts "TraitsBackendWX==3.0.0b1.dev-r18927" "DevTools
==3.0.0b1.dev_r18927"

but got the error:
d:\enthought>ets co -o checkouts "TraitsBackendWX==3.0.0b1.dev-r18927" "DevTools
==3.0.0b1.dev_r18927"
Inspecting repository: https://svn.enthought.com/svn/enthought
Project TraitsBackendWX==3.0.0b1.dev-r18927 not found
Traceback (most recent call last):
  File "c:\python25\scripts\ets-script.py", line 8, in <module>
    load_entry_point('ETSProjectTools==0.4.0a1.dev-r19423', 'console_scripts', '
ets')()
  File "c:\python25\lib\site-packages\ETSProjectTools-0.4.0a1.dev_r19423-py2.5.e
gg\enthought\ets\ets.py", line 119, in main
    args.func(args, cfg)
  File "c:\python25\lib\site-packages\ETSProjectTools-0.4.0a1.dev_r19423-py2.5.e
gg\enthought\ets\checkout.py", line 85, in main
    project_set = self.build_project_set(args, cfg)
  File "c:\python25\lib\site-packages\ETSProjectTools-0.4.0a1.dev_r19423-py2.5.e
gg\enthought\ets\base_subcommand.py", line 52, in build_project_set
    project_set.add(project)
  File "c:\python25\lib\site-packages\ETSProjectTools-0.4.0a1.dev_r19423-py2.5.e
gg\enthought\ets\tools\project_set.py", line 117, in add
    'project "%s" due to error: %s' % (project, str(e)))
enthought.ets.tools.project_set.ProjectNotFound: Unable to locate source for pro
ject "TraitsBackendWX==3.0.0b1.dev-r18927" due to error: No match found for proj
ect specification "TraitsBackendWX==3.0.0b1.dev-r18927"

Any more ideas?

thanks,
D

Gmane