Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Tue, 4 Sep 2007 13:35:24 +0200, Torsten Martinsen <tma at gatehouse.dk> wrote: >I just discovered a major problem in 2.5.04.2471 - it is not possible to >add a file on a branch. > >In a sandbox checked out on branch 'mybranch': > >E:\temp\test>md dir > >E:\temp\test>notepad dir\test.txt > >[add a dozen lines of text to the file] > >E:\temp\test>cvs add dir >? dir/test.txt >Directory /rep/test/dir added to the repository >--> Using per-directory sticky tag `mybranch' > >E:\temp\test>cvs add dir\test.txt What happens if you go into the new dir and add the file from there? cd dir cvs add test.txt cvs commit -m "Adding file on branch" HTH /Bo (Bo Berglund, developer in Sweden)