Hi,
I am trying to retrieve only a particular file type from sourcesafe using the Get command but am having trouble.
Basically I want to recursivly go through a project list and return *.cs files.
I have tried
ss Get $proja/projb *.cs -R
and
ss Get $proja/projb -R *.cs
both commands return all files.
cheers
I am trying to retrieve only a particular file type from sourcesafe using the Get command but am having trouble.
Basically I want to recursivly go through a project list and return *.cs files.
I have tried
ss Get $proja/projb *.cs -R
and
ss Get $proja/projb -R *.cs
both commands return all files.
cheers