>Hello, > >When I try to apply this patch with Tortoise SVN it says, "The line Index >was not found, either this is not a diff file or the diff is empty.". > >What am I missing? > >Thanks, >Hitesh
To apply that patch, you need to tell Tortoise SVN somehow to skip the first directory in the patch: The diff file contains: diff -ru old/sipXmediaAdapterLib/sipXmediaMediaProcessing/src/CpPhoneMediaInterface.cpp new/sipXmediaAdapterLib/ You need to skip the old/ if you want to apply from inside of sipxtapi directory.This can be done by "patch -p1 < patch.diff" Some other patches made using tortoise SVN have absolute path, so you will need different p number. Jaroslav Libak _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
